mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-02-11 13:29:30 +00:00
helm: Add missing RBAC for nodes to cephfs chart
Signed-off-by: Ondrej Vasko <ondrej.vaskoo@gmail.com>
This commit is contained in:
parent
76043afc7c
commit
72b9d5ac54
@ -38,6 +38,9 @@ rules:
|
|||||||
- apiGroups: ["snapshot.storage.k8s.io"]
|
- apiGroups: ["snapshot.storage.k8s.io"]
|
||||||
resources: ["volumesnapshotcontents/status"]
|
resources: ["volumesnapshotcontents/status"]
|
||||||
verbs: ["update", "patch"]
|
verbs: ["update", "patch"]
|
||||||
|
- apiGroups: [""]
|
||||||
|
resources: ["nodes"]
|
||||||
|
verbs: ["get", "list","watch"]
|
||||||
{{- if .Values.provisioner.snapshotter.args.enableVolumeGroupSnapshots }}
|
{{- if .Values.provisioner.snapshotter.args.enableVolumeGroupSnapshots }}
|
||||||
- apiGroups: ["snapshot.storage.k8s.io"]
|
- apiGroups: ["snapshot.storage.k8s.io"]
|
||||||
resources: ["volumesnapshots"]
|
resources: ["volumesnapshots"]
|
||||||
|
Loading…
Reference in New Issue
Block a user