This commit is contained in:
Roxedus 2022-06-05 22:29:12 +02:00
parent 9f830f58a6
commit feff85d824
Signed by: Roxedus
GPG Key ID: 9B4E311961C63639

View File

@ -2,7 +2,7 @@ apiVersion: argoproj.io/v1alpha1
kind: Application kind: Application
metadata: metadata:
name: ci name: ci
namespace: ci namespace: argo-cd
finalizers: finalizers:
- resources-finalizer.argocd.argoproj.io - resources-finalizer.argocd.argoproj.io
spec: spec:
@ -20,3 +20,5 @@ spec:
automated: automated:
prune: true prune: true
selfHeal: true selfHeal: true
syncOptions:
- CreateNamespace=true