diff --git a/apps/applicationset-headlamp.yaml b/apps/applicationset-headlamp.yaml index 3fc39b2..cb75352 100644 --- a/apps/applicationset-headlamp.yaml +++ b/apps/applicationset-headlamp.yaml @@ -48,7 +48,7 @@ spec: namespace: 'headlamp-{{environment}}' syncPolicy: automated: - prune: {{prune}} - selfHeal: {{selfHeal}} + prune: true + selfHeal: true syncOptions: - - CreateNamespace={{CreateNamespace}} \ No newline at end of file + - CreateNamespace=true \ No newline at end of file diff --git a/configs/dev/config.json b/configs/dev/config.json index cc01469..7dd8ced 100644 --- a/configs/dev/config.json +++ b/configs/dev/config.json @@ -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" }