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

21 lines
431 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: extra-resources
namespace: argocd
spec:
project: infra
source:
repoURL: https://gitea.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