Skip to content

Commit

Permalink
[MLRun] Add pod/status and events API role (#1028)
Browse files Browse the repository at this point in the history
  • Loading branch information
alonmr authored Jun 2, 2024
1 parent d04edd4 commit bf06bd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stable/mlrun/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion stable/mlrun/templates/api-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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', 'events']
verbs: ['*']
- apiGroups: ['kubeflow.org']
resources: ['mpijobs']
Expand Down

0 comments on commit bf06bd2

Please sign in to comment.