Skip to content

Commit

Permalink
allow mlbatch users to port-forward pods (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrove-oss authored Nov 25, 2024
1 parent 59a3407 commit 173f8b2
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 @@ -137,5 +137,6 @@ rules:
- ""
resources:
- pods/exec
- pods/portforward
verbs:
- create
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 @@ -137,5 +137,6 @@ rules:
- ""
resources:
- pods/exec
- pods/portforward
verbs:
- create
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 @@ -137,5 +137,6 @@ rules:
- ""
resources:
- pods/exec
- pods/portforward
verbs:
- create
1 change: 1 addition & 0 deletions setup.RHOAI-v2.14/mlbatch-edit-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,5 +137,6 @@ rules:
- ""
resources:
- pods/exec
- pods/portforward
verbs:
- create
1 change: 1 addition & 0 deletions setup.k8s-v1.27/mlbatch-edit-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,5 +130,6 @@ rules:
- ""
resources:
- pods/exec
- pods/portforward
verbs:
- create
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 @@ -130,5 +130,6 @@ rules:
- ""
resources:
- pods/exec
- pods/portforward
verbs:
- create

0 comments on commit 173f8b2

Please sign in to comment.