From 668fd7f669dae9c35501e4fcc19c3559ab5d1bbc Mon Sep 17 00:00:00 2001 From: Roxedus Date: Fri, 3 Jun 2022 21:04:34 +0200 Subject: [PATCH] NS --- apps/templates/argo-cd.yaml | 2 ++ 1 file changed, 2 insertions(+) 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