Enable ServerSideApply for app-of-apps to fix CRD annotation size limit
All checks were successful
CI / lint-and-test (push) Successful in 23s
Deploy Production / deploy (push) Successful in 25s
CI / build (push) Successful in 24s

ArgoCD v3.3 ApplicationSet CRD exceeds the 262144-byte client-side apply
annotation limit. ServerSideApply=true avoids this.
This commit is contained in:
Julia McGhee
2026-03-21 19:33:24 +00:00
parent cfa9699926
commit 9a40240bd2

View File

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