helm: correct watch verb in topology RBAC

Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
(cherry picked from commit 8e00c2c810)
This commit is contained in:
Humble Chirammal 2021-08-12 13:53:42 +05:30 committed by mergify[bot]
parent 7690e43bed
commit a78d24ce88

View File

@ -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"]