FIX(cnpg): add ServerSideApply to prevent annotation size limit

- Add ServerSideApply=true syncOption
- Prevents kubectl.kubernetes.io/last-applied-configuration
- CRD annotation was 255KB, near 256KB limit
This commit is contained in:
2026-01-08 19:33:02 +09:00
parent 613ef5984e
commit 2881589c45

View File

@@ -29,6 +29,7 @@ spec:
- CreateNamespace=true - CreateNamespace=true
- PrunePropagationPolicy=foreground - PrunePropagationPolicy=foreground
- PruneLast=true - PruneLast=true
- ServerSideApply=true
retry: retry:
limit: 5 limit: 5
backoff: backoff: