update sync policy

This commit is contained in:
Damien Ostler 2024-02-09 00:14:13 -05:00
parent c59856b126
commit 4293f414bc

View File

@ -14,3 +14,10 @@ spec:
path: dev/apps path: dev/apps
repoURL: https://github.com/comissions-app/argocd.git repoURL: https://github.com/comissions-app/argocd.git
targetRevision: HEAD targetRevision: HEAD
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- ApplyOutOfSyncOnly=true
- CreateNamespace=true