Skip to content

Commit

Permalink
Update atacher RBAC rules
Browse files Browse the repository at this point in the history
  • Loading branch information
bertinatto committed Nov 26, 2018
1 parent 9597f61 commit 98a5ccc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deploy/kubernetes/v1.12+/attacher.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ rules:
- apiGroups: ["storage.k8s.io"]
resources: ["volumeattachments"]
verbs: ["get", "list", "watch", "update"]
- apiGroups: ["csi.storage.k8s.io"]
resources: ["csinodeinfos"]
verbs: ["get", "list", "watch"]

---

Expand Down

0 comments on commit 98a5ccc

Please sign in to comment.