Skip to content

Commit

Permalink
Merge pull request #41 from RomanBednar/add-snapshot-patch
Browse files Browse the repository at this point in the history
Bug 2043130: azure-disk: Add external-snapshotter permissions to patch snapshots
  • Loading branch information
openshift-merge-robot committed Jan 26, 2022
2 parents 20b0bc8 + d908b9a commit 3b25a5d
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 3b25a5d

Please sign in to comment.