diff --git a/bundle/manifests/lvm-operator.clusterserviceversion.yaml b/bundle/manifests/lvm-operator.clusterserviceversion.yaml index ad9c6d8ee..38fe577b0 100644 --- a/bundle/manifests/lvm-operator.clusterserviceversion.yaml +++ b/bundle/manifests/lvm-operator.clusterserviceversion.yaml @@ -94,6 +94,15 @@ spec: - get - patch - update + - apiGroups: + - security.openshift.io + resources: + - securitycontextconstraints + verbs: + - create + - delete + - get + - update - apiGroups: - storage.k8s.io resources: diff --git a/bundle/manifests/vg-manager-role_rbac.authorization.k8s.io_v1_clusterrole.yaml b/bundle/manifests/vg-manager-role_rbac.authorization.k8s.io_v1_clusterrole.yaml index 2518e6bb8..80ba3adb1 100644 --- a/bundle/manifests/vg-manager-role_rbac.authorization.k8s.io_v1_clusterrole.yaml +++ b/bundle/manifests/vg-manager-role_rbac.authorization.k8s.io_v1_clusterrole.yaml @@ -32,11 +32,3 @@ rules: - get - patch - update -- apiGroups: - - security.openshift.io - resourceNames: - - vg-manager - resources: - - securitycontextconstraints - verbs: - - use