From 8e00c2c810faf92cda1282097ad3376999cda1ae Mon Sep 17 00:00:00 2001 From: Humble Chirammal Date: Thu, 12 Aug 2021 13:53:42 +0530 Subject: [PATCH] helm: correct `watch` verb in topology RBAC Signed-off-by: Humble Chirammal --- charts/ceph-csi-rbd/templates/provisioner-clusterrole.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/ceph-csi-rbd/templates/provisioner-clusterrole.yaml b/charts/ceph-csi-rbd/templates/provisioner-clusterrole.yaml index c620183a7..032705753 100644 --- a/charts/ceph-csi-rbd/templates/provisioner-clusterrole.yaml +++ b/charts/ceph-csi-rbd/templates/provisioner-clusterrole.yaml @@ -62,7 +62,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"]