Skip to content

Commit

Permalink
list csi-lvm clusterroles verbs explicitly
Browse files Browse the repository at this point in the history
Fixes #200
  • Loading branch information
mwennrich committed Sep 2, 2021
1 parent 8577084 commit 1165a69
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,13 @@ rules:
- persistentvolumes
- pods
verbs:
- "*"
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- ""
resources:
Expand Down

0 comments on commit 1165a69

Please sign in to comment.