From fc0ec5a8401eaab80fe43c61499c9ab6b9ac5bf9 Mon Sep 17 00:00:00 2001 From: Volodymyr Stoiko Date: Thu, 26 Sep 2024 00:55:01 +0300 Subject: [PATCH] Add list permissions for kubeshark service account (#1617) Co-authored-by: Alon Girmonsky <1990761+alongir@users.noreply.github.com> --- 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 8231b532e..75a1dd195 100644 --- a/helm-chart/templates/02-cluster-role.yaml +++ b/helm-chart/templates/02-cluster-role.yaml @@ -58,5 +58,6 @@ rules: verbs: - get - watch + - list - update - patch