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}}' namespace: 'headlamp-{{environment}}'
syncPolicy: syncPolicy:
automated: automated:
prune: {{prune}} prune: true
selfHeal: {{selfHeal}} selfHeal: true
syncOptions: syncOptions:
- CreateNamespace={{CreateNamespace}} - CreateNamespace=true

View File

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