fix(argocd): Set serverSideApply on Alloy applications

This commit is contained in:
Peter 2026-01-31 18:55:55 +01:00
parent 8e70ef16b8
commit f1a07272ed
Signed by: Peter
SSH key fingerprint: SHA256:B5tYaxBExaDm74r1px9iVeZ6F/ZDiyiy9SbBqfZYrvg
2 changed files with 4 additions and 0 deletions

View file

@ -76,3 +76,5 @@ spec:
automated:
prune: true
selfHeal: true
syncOptions:
- ServerSideApply=true

View file

@ -76,6 +76,8 @@ spec:
automated:
prune: true
selfHeal: true
syncOptions:
- ServerSideApply=true
---
apiVersion: argoproj.io/v1alpha1