From d928782ebf0a98f84fda35475e2b1b7e26821e57 Mon Sep 17 00:00:00 2001 From: Madhu Rajanna Date: Tue, 25 Aug 2020 10:12:19 +0530 Subject: [PATCH] deploy: add missing " for nodes watch verb add missing " for nodes watch verb in clusterrole binding fixes #1433 Signed-off-by: Madhu Rajanna --- charts/ceph-csi-cephfs/templates/provisioner-clusterrole.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/ceph-csi-cephfs/templates/provisioner-clusterrole.yaml b/charts/ceph-csi-cephfs/templates/provisioner-clusterrole.yaml index 576a6f7bd..c7d111598 100644 --- a/charts/ceph-csi-cephfs/templates/provisioner-clusterrole.yaml +++ b/charts/ceph-csi-cephfs/templates/provisioner-clusterrole.yaml @@ -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"]