This commit is contained in:
2026-01-11 07:06:23 +01:00
parent 8be0b7c11e
commit e804501649
2 changed files with 4 additions and 8 deletions

View File

@@ -48,7 +48,7 @@ spec:
namespace: 'headlamp-{{environment}}'
syncPolicy:
automated:
prune: {{prune}}
selfHeal: {{selfHeal}}
prune: true
selfHeal: true
syncOptions:
- CreateNamespace={{CreateNamespace}}
- CreateNamespace=true

View File

@@ -3,9 +3,5 @@
"name": "cluster-dev",
"repository": "https://git.gkdomaine.fr/kubernetes/argocd.git",
"targetRevision": "main",
"helmPath": "helm",
"autoSync": true,
"prune": true,
"selfHeal": true,
"CreateNamespace": true
"helmPath": "helm"
}