mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 02:33:34 +00:00
cephfs: add update rbac rule to pv resource
This commit adds the update rbac rule to persistent volume resource as the ci was failing with below error: cannot update resource "persistentvolumes" in API group "" at the cluster scope Signed-off-by: Yati Padia <ypadia@redhat.com>
This commit is contained in:
@ -18,7 +18,7 @@ rules:
|
||||
verbs: ["list", "watch", "create", "update", "patch"]
|
||||
- apiGroups: [""]
|
||||
resources: ["persistentvolumes"]
|
||||
verbs: ["get", "list", "watch", "create", "delete", "patch"]
|
||||
verbs: ["get", "list", "watch", "create", "update", "delete", "patch"]
|
||||
- apiGroups: [""]
|
||||
resources: ["persistentvolumeclaims"]
|
||||
verbs: ["get", "list", "watch", "update"]
|
||||
|
Reference in New Issue
Block a user