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 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