mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +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 }}
|
||||
- apiGroups: [""]
|
||||
resources: ["nodes"]
|
||||
verbs: ["get", "list", watch"]
|
||||
verbs: ["get", "list", "watch"]
|
||||
- apiGroups: ["storage.k8s.io"]
|
||||
resources: ["csinodes"]
|
||||
verbs: ["get", "list", "watch"]
|
||||
|
Loading…
Reference in New Issue
Block a user