Skip to content

Commit

Permalink
Merge pull request #67 from RomanBednar/add-snapshot-patch
Browse files Browse the repository at this point in the history
Bug 2043130: openstack-cinder: Add external-snapshotter permissions to patch snapshots
  • Loading branch information
openshift-merge-robot committed Jan 26, 2022
2 parents fed4012 + 0eafc11 commit e0b5715
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/rbac/snapshotter_role.yaml
Expand Up @@ -23,10 +23,10 @@ rules:
verbs: ["get", "list", "watch"]
- apiGroups: ["snapshot.storage.k8s.io"]
resources: ["volumesnapshotcontents"]
verbs: ["create", "get", "list", "watch", "update", "delete"]
verbs: ["create", "get", "list", "watch", "update", "delete", "patch"]
- apiGroups: ["snapshot.storage.k8s.io"]
resources: ["volumesnapshotcontents/status"]
verbs: ["update"]
verbs: ["update", "patch"]
- apiGroups: ["snapshot.storage.k8s.io"]
resources: ["volumesnapshots"]
verbs: ["get", "list", "watch", "update"]
Expand Down

0 comments on commit e0b5715

Please sign in to comment.