Skip to content

Commit

Permalink
Merge pull request kubernetes-csi#230 from msau42/rbac
Browse files Browse the repository at this point in the history
Remove update from rbac. It has been replaced by patch
  • Loading branch information
k8s-ci-robot authored May 6, 2020
2 parents 978baf3 + dd90e92 commit c67a0c4
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 @@ -24,13 +24,13 @@ metadata:
rules:
- apiGroups: [""]
resources: ["persistentvolumes"]
verbs: ["get", "list", "watch", "update", "patch"]
verbs: ["get", "list", "watch", "patch"]
- apiGroups: ["storage.k8s.io"]
resources: ["csinodes"]
verbs: ["get", "list", "watch"]
- apiGroups: ["storage.k8s.io"]
resources: ["volumeattachments"]
verbs: ["get", "list", "watch", "update", "patch"]
verbs: ["get", "list", "watch", "patch"]
- apiGroups: ["storage.k8s.io"]
resources: ["volumeattachments/status"]
verbs: ["patch"]
Expand Down

0 comments on commit c67a0c4

Please sign in to comment.