fix(argocd): Set serverSideApply on Alloy applications
This commit is contained in:
parent
8e70ef16b8
commit
f1a07272ed
2 changed files with 4 additions and 0 deletions
|
|
@ -76,3 +76,5 @@ spec:
|
||||||
automated:
|
automated:
|
||||||
prune: true
|
prune: true
|
||||||
selfHeal: true
|
selfHeal: true
|
||||||
|
syncOptions:
|
||||||
|
- ServerSideApply=true
|
||||||
|
|
|
||||||
|
|
@ -76,6 +76,8 @@ spec:
|
||||||
automated:
|
automated:
|
||||||
prune: true
|
prune: true
|
||||||
selfHeal: true
|
selfHeal: true
|
||||||
|
syncOptions:
|
||||||
|
- ServerSideApply=true
|
||||||
|
|
||||||
---
|
---
|
||||||
apiVersion: argoproj.io/v1alpha1
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue