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 25, 2019
1 parent e18bd66 commit 1b987d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/kubernetes/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ rules:
- apiGroups: [""]
resources: ["nodes"]
verbs: ["get", "list", "watch"]
- apiGroups: ["csi.storage.k8s.io"]
- apiGroups: ["storage.k8s.io"]
resources: ["csinodeinfos"]
verbs: ["get", "list", "watch"]
- apiGroups: ["storage.k8s.io"]
Expand Down

0 comments on commit 1b987d9

Please sign in to comment.