infra/argocd-apps/extra-resources.yaml
2025-06-03 21:54:22 +03:00

21 lines
429 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: extra-resources
namespace: argocd
spec:
project: infra
source:
repoURL: https://git.dvirlabs.com/infra.git
targetRevision: HEAD
path: manifests/extra-resources
directory:
recurse: true
destination:
server: https://kubernetes.default.svc
namespace: infra
syncPolicy:
automated:
prune: true
selfHeal: true