mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-22 22:30:23 +00:00
helm: correct watch
verb in topology RBAC
Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
parent
2bd6b669fa
commit
8e00c2c810
@ -62,7 +62,7 @@ rules:
|
|||||||
{{- if .Values.topology.enabled }}
|
{{- if .Values.topology.enabled }}
|
||||||
- apiGroups: [""]
|
- apiGroups: [""]
|
||||||
resources: ["nodes"]
|
resources: ["nodes"]
|
||||||
verbs: ["get", "list", watch"]
|
verbs: ["get", "list","watch"]
|
||||||
- apiGroups: ["storage.k8s.io"]
|
- apiGroups: ["storage.k8s.io"]
|
||||||
resources: ["csinodes"]
|
resources: ["csinodes"]
|
||||||
verbs: ["get", "list", "watch"]
|
verbs: ["get", "list", "watch"]
|
||||||
|
Loading…
Reference in New Issue
Block a user