update patches

This commit is contained in:
JonaKl
2026-03-17 20:48:14 +01:00
parent 619150b212
commit 227b9217db
4 changed files with 5 additions and 12 deletions

View File

@@ -13,6 +13,9 @@ spec:
server: https://kubernetes.default.svc
namespace: argocd
syncPolicy:
# Needed for ArgoCD to manage itself, otherwise it would not be able to update itself when the application manifest changes
syncOptions:
- ServerSideApply=true
automated:
prune: true
selfHeal: true