Enable ServerSideApply for app-of-apps to fix CRD annotation size limit
ArgoCD v3.3 ApplicationSet CRD exceeds the 262144-byte client-side apply annotation limit. ServerSideApply=true avoids this.
This commit is contained in:
@@ -20,3 +20,4 @@ spec:
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
- ServerSideApply=true
|
||||
|
||||
Reference in New Issue
Block a user