Skip to content

Commit

Permalink
Update RBAC for CSINode
Browse files Browse the repository at this point in the history
Signed-off-by: Luis Pabón <luis@portworx.com>
  • Loading branch information
lpabon committed Apr 26, 2019
1 parent e18bd66 commit 1425846
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/kubernetes/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ rules:
- apiGroups: [""]
resources: ["nodes"]
verbs: ["get", "list", "watch"]
- apiGroups: ["csi.storage.k8s.io"]
resources: ["csinodeinfos"]
- apiGroups: ["storage.k8s.io"]
resources: ["csinodes"]
verbs: ["get", "list", "watch"]
- apiGroups: ["storage.k8s.io"]
resources: ["volumeattachments"]
Expand Down

0 comments on commit 1425846

Please sign in to comment.