Skip to content

Commit

Permalink
[cinder-csi-plugin] Sync RBAC as per latest sidecars (#1580)
Browse files Browse the repository at this point in the history
This commit is to sync the RBAC rules as per latest sidecars
versions.
  • Loading branch information
ramineni authored Jul 14, 2021
1 parent 186b447 commit 905e989
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ rules:
- apiGroups: ["snapshot.storage.k8s.io"]
resources: ["volumesnapshotcontents"]
verbs: ["get", "list"]
- apiGroups: ["storage.k8s.io"]
resources: ["volumeattachments"]
verbs: ["get", "list", "watch"]

---
kind: ClusterRoleBinding
Expand Down Expand Up @@ -151,7 +154,7 @@ rules:
verbs: ["get", "list", "watch"]
- apiGroups: [""]
resources: ["persistentvolumeclaims/status"]
verbs: ["update", "patch"]
verbs: ["patch"]
- apiGroups: [""]
resources: ["events"]
verbs: ["list", "watch", "create", "update", "patch"]
Expand Down

0 comments on commit 905e989

Please sign in to comment.