Skip to content

Commit

Permalink
add get of pods/logs to mlbatch-edit-role (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrove-oss authored Oct 15, 2024
1 parent d3ea704 commit 43b024b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions setup.RHOAI-v2.10/mlbatch-edit-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ rules:
- ""
resources:
- namespaces
- pods/logs
verbs:
- get
- apiGroups:
Expand Down
1 change: 1 addition & 0 deletions setup.RHOAI-v2.11/mlbatch-edit-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ rules:
- ""
resources:
- namespaces
- pods/logs
verbs:
- get
- apiGroups:
Expand Down
1 change: 1 addition & 0 deletions setup.RHOAI-v2.12/mlbatch-edit-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ rules:
- ""
resources:
- namespaces
- pods/logs
verbs:
- get
- apiGroups:
Expand Down
1 change: 1 addition & 0 deletions setup.RHOAI-v2.13/mlbatch-edit-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ rules:
- ""
resources:
- namespaces
- pods/logs
verbs:
- get
- apiGroups:
Expand Down
1 change: 1 addition & 0 deletions setup.k8s-v1.25/mlbatch-edit-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,5 +123,6 @@ rules:
- ""
resources:
- namespaces
- pods/logs
verbs:
- get
1 change: 1 addition & 0 deletions setup.k8s-v1.30/mlbatch-edit-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,5 +123,6 @@ rules:
- ""
resources:
- namespaces
- pods/logs
verbs:
- get

0 comments on commit 43b024b

Please sign in to comment.