Skip to content

Commit

Permalink
Merge pull request #5277 from gnufied/update-snapshot-operator-role
Browse files Browse the repository at this point in the history
STOR-2136: Give delete permissions to snapshot-operator role
  • Loading branch information
openshift-merge-bot[bot] authored Dec 15, 2024
2 parents e2ed6ca + dc71d05 commit d0e7d7c
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# *** AUTOMATICALLY GENERATED FILE - DO NOT EDIT ***
# This is a copy of https://github.com/openshift/cluster-csi-snapshot-controller-operator/blob/master/manifests/05_operator_role-hypershift.yaml
# Do not edit this file directly here. If you need to change this file, change first in
# cluster-csi-snapshot-controller-operator and then copy the file.
apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
Expand Down Expand Up @@ -27,6 +29,7 @@ rules:
- create
- update
- patch
- delete
- apiGroups:
- policy
resources:
Expand All @@ -38,6 +41,7 @@ rules:
- create
- update
- patch
- delete
- apiGroups:
- ""
resources:
Expand All @@ -51,6 +55,7 @@ rules:
- create
- update
- patch
- delete
- apiGroups:
- ""
resources:
Expand Down

0 comments on commit d0e7d7c

Please sign in to comment.