diff --git a/apps/templates/argo-cd.yaml b/apps/templates/argo-cd.yaml index 8c1836d..f28be31 100644 --- a/apps/templates/argo-cd.yaml +++ b/apps/templates/argo-cd.yaml @@ -18,3 +18,5 @@ spec: automated: prune: true selfHeal: true + syncOptions: + - CreateNamespace=true \ No newline at end of file