From 3798bf7a01b8b78776d61509b2d8a8df3cf9bdf1 Mon Sep 17 00:00:00 2001 From: Volodymyr Stoiko Date: Fri, 17 May 2024 14:37:45 +0300 Subject: [PATCH] Allow watching nodes (#1543) * Allow watching nodes * restore --- helm-chart/templates/02-cluster-role.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/helm-chart/templates/02-cluster-role.yaml b/helm-chart/templates/02-cluster-role.yaml index 8e5d02cbe..8231b532e 100644 --- a/helm-chart/templates/02-cluster-role.yaml +++ b/helm-chart/templates/02-cluster-role.yaml @@ -16,6 +16,7 @@ rules: - extensions - apps resources: + - nodes - pods - services - endpoints