From e8045016496fd121aafa6ac811c7fd3dd1b828e5 Mon Sep 17 00:00:00 2001 From: Melvin Gabali Date: Sun, 11 Jan 2026 07:06:23 +0100 Subject: [PATCH] update --- apps/applicationset-headlamp.yaml | 6 +++--- configs/dev/config.json | 6 +----- 2 files changed, 4 insertions(+), 8 deletions(-) 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" }