From feff85d824773440444b7113daa193ff4d2e5b7c Mon Sep 17 00:00:00 2001 From: Roxedus Date: Sun, 5 Jun 2022 22:29:12 +0200 Subject: [PATCH] CI --- apps/templates/ci.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/templates/ci.yaml b/apps/templates/ci.yaml index 908c028..40392d1 100644 --- a/apps/templates/ci.yaml +++ b/apps/templates/ci.yaml @@ -2,7 +2,7 @@ apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: ci - namespace: ci + namespace: argo-cd finalizers: - resources-finalizer.argocd.argoproj.io spec: @@ -20,3 +20,5 @@ spec: automated: prune: true selfHeal: true + syncOptions: + - CreateNamespace=true \ No newline at end of file