From a7bb9f70b3b8f12bebed1a6173b09a5bf1ebd67a Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Mon, 16 Mar 2026 07:27:28 +0200 Subject: [PATCH] Fix sync policy for headlamp --- argocd-apps/headlamp.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/argocd-apps/headlamp.yaml b/argocd-apps/headlamp.yaml index 9cbfb80..b4d0959 100644 --- a/argocd-apps/headlamp.yaml +++ b/argocd-apps/headlamp.yaml @@ -16,7 +16,6 @@ spec: server: https://kubernetes.default.svc namespace: infra syncPolicy: - syncOptions: - automated: - prune: true - selfHeal: true + automated: + prune: true + selfHeal: true