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