mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-14 02:10:21 +00:00
deploy: add missing " for nodes watch verb
add missing " for nodes watch verb in clusterrole binding fixes #1433 Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
parent
38892c3068
commit
d928782ebf
@ -52,7 +52,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