From 993b8ae19e12caf2f56c7464a56e3fb7f8514dc0 Mon Sep 17 00:00:00 2001 From: Volodymyr Stoiko Date: Tue, 3 Dec 2024 18:32:23 -0800 Subject: [PATCH] Add permissions to watch namespaces (#1644) * Add permissions to watch namespaces * Allow watching all namespaces --------- Co-authored-by: Alon Girmonsky <1990761+alongir@users.noreply.github.com> --- helm-chart/templates/02-cluster-role.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm-chart/templates/02-cluster-role.yaml b/helm-chart/templates/02-cluster-role.yaml index 07a68e91b..7191853c9 100644 --- a/helm-chart/templates/02-cluster-role.yaml +++ b/helm-chart/templates/02-cluster-role.yaml @@ -31,8 +31,8 @@ rules: - namespaces verbs: - get - resourceNames: - - kube-system + - list + - watch - apiGroups: - networking.k8s.io resources: