platform/argocd/kustomization.yaml aktualisiert
This commit is contained in:
@@ -3,3 +3,11 @@ kind: Kustomization
|
|||||||
namespace: argocd
|
namespace: argocd
|
||||||
resources:
|
resources:
|
||||||
- https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml
|
- 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!
|
||||||
|
|||||||
Reference in New Issue
Block a user