From 549abe58758c4c8fa883be238ff72a2945e7840f Mon Sep 17 00:00:00 2001 From: Venktesh Date: Mon, 3 Oct 2022 14:13:05 +0100 Subject: [PATCH] Update helm rbac template for watching ns --- deployments/helm-chart/templates/rbac.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/deployments/helm-chart/templates/rbac.yaml b/deployments/helm-chart/templates/rbac.yaml index b70ede501e..7bc576523d 100644 --- a/deployments/helm-chart/templates/rbac.yaml +++ b/deployments/helm-chart/templates/rbac.yaml @@ -66,6 +66,14 @@ rules: verbs: - list - watch +- apiGroups: + - "" + resources: + - namespaces + verbs: + - get + - list + - watch - apiGroups: - "" resources: