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