Use replacement sync for Kyverno CRDs

This commit is contained in:
2026-08-09 20:03:41 -04:00
parent c41ccd9cfd
commit 909fbda30d
+3 -3
View File
@@ -20,6 +20,6 @@ spec:
selfHeal: true
syncOptions:
- CreateNamespace=true
# Kyverno policy CRDs are large enough to exceed client-side apply's
# annotation limit on a local k3d cluster.
- ServerSideApply=true
# Kyverno policy CRDs exceed Kubernetes' client-side apply annotation
# limit, so replacement avoids storing the oversized last-applied blob.
- Replace=true