Skip to content

Commit 72b9d5a

Browse files
Lirtmergify[bot]
authored andcommitted
helm: Add missing RBAC for nodes to cephfs chart
Signed-off-by: Ondrej Vasko <[email protected]>
1 parent 76043af commit 72b9d5a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

charts/ceph-csi-cephfs/templates/provisioner-clusterrole.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ rules:
3838
- apiGroups: ["snapshot.storage.k8s.io"]
3939
resources: ["volumesnapshotcontents/status"]
4040
verbs: ["update", "patch"]
41+
- apiGroups: [""]
42+
resources: ["nodes"]
43+
verbs: ["get", "list","watch"]
4144
{{- if .Values.provisioner.snapshotter.args.enableVolumeGroupSnapshots }}
4245
- apiGroups: ["snapshot.storage.k8s.io"]
4346
resources: ["volumesnapshots"]

0 commit comments

Comments
 (0)