diff --git a/bundle/manifests/odf-operator.clusterserviceversion.yaml b/bundle/manifests/odf-operator.clusterserviceversion.yaml index e2673ea44..d8f905f3b 100644 --- a/bundle/manifests/odf-operator.clusterserviceversion.yaml +++ b/bundle/manifests/odf-operator.clusterserviceversion.yaml @@ -158,6 +158,12 @@ spec: - patch - update - watch + - apiGroups: + - admissionregistration.k8s.io + resources: + - validatingwebhookconfigurations + verbs: + - delete - apiGroups: - apiextensions.k8s.io resources: diff --git a/config/rbac/role.yaml b/config/rbac/role.yaml index 554bf1336..c91340d79 100644 --- a/config/rbac/role.yaml +++ b/config/rbac/role.yaml @@ -16,6 +16,12 @@ rules: - patch - update - watch +- apiGroups: + - admissionregistration.k8s.io + resources: + - validatingwebhookconfigurations + verbs: + - delete - apiGroups: - apiextensions.k8s.io resources: