diff --git a/charts/kyverno/templates/admission-controller/role.yaml b/charts/kyverno/templates/admission-controller/role.yaml index 9e2d39d67a..5a0693d632 100644 --- a/charts/kyverno/templates/admission-controller/role.yaml +++ b/charts/kyverno/templates/admission-controller/role.yaml @@ -38,16 +38,6 @@ rules: - get - patch - update - - apiGroups: - - coordination.k8s.io - resources: - - leases - verbs: - - create - - delete - - get - - patch - - update # Allow update of Kyverno deployment annotations - apiGroups: - apps diff --git a/config/install-latest-testing.yaml b/config/install-latest-testing.yaml index 4203fe67c6..4b14e5b377 100644 --- a/config/install-latest-testing.yaml +++ b/config/install-latest-testing.yaml @@ -34883,16 +34883,6 @@ rules: - get - patch - update - - apiGroups: - - coordination.k8s.io - resources: - - leases - verbs: - - create - - delete - - get - - patch - - update # Allow update of Kyverno deployment annotations - apiGroups: - apps