drop ServerSideApply: it silently skipped app Deployments

This commit is contained in:
planpal 2026-09-02 13:49:10 +07:00
parent 0e877eac63
commit 34f4463640
2 changed files with 0 additions and 4 deletions

View File

@ -26,4 +26,3 @@ spec:
selfHeal: true selfHeal: true
syncOptions: syncOptions:
- CreateNamespace=true - CreateNamespace=true
- ServerSideApply=true

View File

@ -24,6 +24,3 @@ spec:
selfHeal: true selfHeal: true
syncOptions: syncOptions:
- CreateNamespace=true - CreateNamespace=true
# ClusterSecretStore is cluster-scoped; without this Argo warns about the
# missing namespace on a cluster-scoped resource. Harmless, silences it.
- ServerSideApply=true