From a9147330784db7ff9a15096ac6a2274de4c8ca16 Mon Sep 17 00:00:00 2001 From: Volodymyr Stoiko Date: Tue, 1 Apr 2025 23:29:04 +0300 Subject: [PATCH] Allow reading logs (#1734) Co-authored-by: Alon Girmonsky <1990761+alongir@users.noreply.github.com> --- helm-chart/templates/02-cluster-role.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/helm-chart/templates/02-cluster-role.yaml b/helm-chart/templates/02-cluster-role.yaml index 7191853c9..5c9f56d83 100644 --- a/helm-chart/templates/02-cluster-role.yaml +++ b/helm-chart/templates/02-cluster-role.yaml @@ -72,3 +72,9 @@ rules: - list - update - patch + - apiGroups: + - "" + resources: + - pods/log + verbs: + - get \ No newline at end of file