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:
@@ -29,6 +29,7 @@ spec:
|
||||
- CreateNamespace=true
|
||||
- PrunePropagationPolicy=foreground
|
||||
- PruneLast=true
|
||||
- ServerSideApply=true
|
||||
retry:
|
||||
limit: 5
|
||||
backoff:
|
||||
|
||||
Reference in New Issue
Block a user