Skip to content

Commit

Permalink
Merge pull request #44 from RomanBednar/add-snapshot-patch
Browse files Browse the repository at this point in the history
Bug 2043130: gcp-pd: Add external-snapshotter permissions to patch snapshots
  • Loading branch information
openshift-merge-robot committed Jan 26, 2022
2 parents 8ea1315 + d02d6a4 commit 223a251
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 223a251

Please sign in to comment.