diff --git a/argocd-app-projects/main.yaml b/argocd-app-projects/main.yaml index b3e8aa1..e329d55 100644 --- a/argocd-app-projects/main.yaml +++ b/argocd-app-projects/main.yaml @@ -15,6 +15,8 @@ spec: syncPolicy: automated: selfHeal: false + syncOptions: + - CreateNamespace=true --- apiVersion: argoproj.io/v1alpha1 kind: Application @@ -32,4 +34,6 @@ spec: namespace: argocd syncPolicy: automated: - selfHeal: false \ No newline at end of file + selfHeal: false + syncOptions: + - CreateNamespace=true \ No newline at end of file