Skip to content

Commit

Permalink
fix snapshotter rbac
Browse files Browse the repository at this point in the history
  • Loading branch information
kvaps authored and rck committed Apr 20, 2020
1 parent bb67450 commit fa66460
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/k8s/deploy/linstor-csi-1.17.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,9 @@ rules:
- apiGroups: ["snapshot.storage.k8s.io"]
resources: ["volumesnapshotcontents"]
verbs: ["create", "get", "list", "watch", "update", "delete"]
- apiGroups: ["snapshot.storage.k8s.io"]
resources: ["volumesnapshotcontents/status"]
verbs: ["update"]
- apiGroups: ["snapshot.storage.k8s.io"]
resources: ["volumesnapshots"]
verbs: ["get", "list", "watch", "update"]
Expand Down

0 comments on commit fa66460

Please sign in to comment.