From dacee0ccb88050c9427117574f63eaacc1851075 Mon Sep 17 00:00:00 2001 From: hdw Date: Sun, 19 Apr 2026 11:12:53 +0000 Subject: [PATCH] platform/argocd/kustomization.yaml aktualisiert --- platform/argocd/kustomization.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/platform/argocd/kustomization.yaml b/platform/argocd/kustomization.yaml index 8017f14..03c1a0c 100644 --- a/platform/argocd/kustomization.yaml +++ b/platform/argocd/kustomization.yaml @@ -3,3 +3,11 @@ kind: Kustomization namespace: argocd resources: - https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml +spec: + # ... (dein restlicher Code) + syncPolicy: + automated: + prune: true + selfHeal: true + syncOptions: + - ServerSideApply=true # <--- DIESE ZEILE IST DIE LĂ–SUNG!