mirror of
https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git
synced 2026-08-21 11:36:50 +00:00
Add ServerSideDiff=true to all Application CRDs
Apps using ServerSideApply without ServerSideDiff causes ArgoCD to compute diffs client-side, which detects controller-added fields (finalizers, defaults, annotations) as changes and keeps apps permanently OutOfSync. ServerSideDiff uses dry-run SSA for accurate diff computation. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
6ffce07230
commit
0ac21eae47
@@ -35,3 +35,4 @@ spec:
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
- ServerSideApply=true
|
||||
- ServerSideDiff=true
|
||||
|
||||
Reference in New Issue
Block a user