Fix: Update argocd.yaml to disable pruning and add sync options

This commit is contained in:
Marco van Zijl 2025-05-04 13:04:08 +02:00
parent df598cac46
commit af625ace41

View File

@ -25,7 +25,9 @@ cluster:
syncPolicy:
automated:
selfHeal: true
prune: true
prune: false
syncOptions:
- CreateNamespace=true
- name: argocd-install
contents: |
---