Add ServerSideApply option to Argo CD application configurations for improved deployment management

This commit is contained in:
Nikholas Pcenicni
2026-05-13 17:35:43 -04:00
parent a9d6cbb6c5
commit d378a8c70d
14 changed files with 21 additions and 0 deletions

View File

@@ -26,6 +26,8 @@ spec:
server: https://kubernetes.default.svc
namespace: longhorn-system
# Manual sync: Ansible helm runs first; enable automation after cutover (see ../README.md §5).
# ServerSideApply: avoids oversized last-applied-configuration on large Longhorn CRDs/manifests.
syncPolicy:
syncOptions:
- CreateNamespace=true
- ServerSideApply=true