diff --git a/talos/patches/argocd.yaml b/talos/patches/argocd.yaml index 8b69261..9aabdd9 100644 --- a/talos/patches/argocd.yaml +++ b/talos/patches/argocd.yaml @@ -25,7 +25,9 @@ cluster: syncPolicy: automated: selfHeal: true - prune: true + prune: false + syncOptions: + - CreateNamespace=true - name: argocd-install contents: | ---