Enable ServerSideApply for CloudNativePG
Required to handle large CRDs that exceed the kubectl annotation size limit. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
1bdfca0f22
commit
a9a667cd81
1 changed files with 1 additions and 0 deletions
|
|
@ -26,4 +26,5 @@ spec:
|
|||
syncPolicy:
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
- ServerSideApply=true # Required for large CRDs that exceed annotation size limit
|
||||
# Manual sync only - no automated sync on git push
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue