From 10621e44348e1e7aa00097d8c7019e1f9717177e Mon Sep 17 00:00:00 2001 From: alonmr Date: Thu, 30 May 2024 13:06:15 +0300 Subject: [PATCH] [MLRun] Add pod/status ro API role --- stable/mlrun/Chart.yaml | 2 +- stable/mlrun/templates/api-role.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/mlrun/Chart.yaml b/stable/mlrun/Chart.yaml index 28aa2cc58..d018d0e14 100644 --- a/stable/mlrun/Chart.yaml +++ b/stable/mlrun/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: mlrun -version: 0.9.23 +version: 0.9.24 appVersion: 1.6.2 description: Machine Learning automation and tracking sources: diff --git a/stable/mlrun/templates/api-role.yaml b/stable/mlrun/templates/api-role.yaml index a028f793d..601c4e883 100644 --- a/stable/mlrun/templates/api-role.yaml +++ b/stable/mlrun/templates/api-role.yaml @@ -7,7 +7,7 @@ metadata: {{ include "mlrun.api.labels" . | nindent 4 }} rules: - apiGroups: [''] - resources: ['pods', 'pods/exec', 'pods/log', 'services', 'secrets', 'configmaps'] + resources: ['pods', 'pods/exec', 'pods/log', 'pods/status', 'services', 'secrets', 'configmaps'] verbs: ['*'] - apiGroups: ['kubeflow.org'] resources: ['mpijobs']