Use replacement sync for Kyverno CRDs
This commit is contained in:
@@ -20,6 +20,6 @@ spec:
|
|||||||
selfHeal: true
|
selfHeal: true
|
||||||
syncOptions:
|
syncOptions:
|
||||||
- CreateNamespace=true
|
- CreateNamespace=true
|
||||||
# Kyverno policy CRDs are large enough to exceed client-side apply's
|
# Kyverno policy CRDs exceed Kubernetes' client-side apply annotation
|
||||||
# annotation limit on a local k3d cluster.
|
# limit, so replacement avoids storing the oversized last-applied blob.
|
||||||
- ServerSideApply=true
|
- Replace=true
|
||||||
|
|||||||
Reference in New Issue
Block a user