Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #24 from RomanBednar/add-snapshot-patch
Bug 2043130: azure-file: Add external-snapshotter permissions to patch snapshots
  • Loading branch information
openshift-merge-robot committed Jan 26, 2022
2 parents c266643 + 39a5954 commit 3807eb3
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 3807eb3

Please sign in to comment.