platform/argocd/kustomization.yaml aktualisiert

This commit is contained in:
hdw
2026-04-19 11:12:53 +00:00
parent b156bcd26b
commit dacee0ccb8

View File

@@ -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!