Add ServerSideApply option to Argo CD application configurations for improved deployment management
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user