fix(argocd): enable server-side apply for argocd self-managed Application
The Argo CD CRDs exceed the 262144-byte annotation limit that client-side apply imposes via last-applied-configuration. Server-side apply bypasses this limit and is required for Argo CD to manage its own large CRDs. Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
parent
16f060b151
commit
314c3e794e
1 changed files with 1 additions and 0 deletions
|
|
@ -18,3 +18,4 @@ spec:
|
|||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
- ServerSideApply=true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue