Skip to content

Commit

Permalink
add routes to mlbatch-edit role for RHOAI (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrove-oss authored Dec 13, 2024
1 parent 0ab8155 commit c373892
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 15 deletions.
19 changes: 14 additions & 5 deletions setup.RHOAI-v2.10/mlbatch-edit-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,15 +128,24 @@ rules:
- get
- apiGroups:
- ""
- project.openshift.io
resources:
- projects
- pods/exec
- pods/portforward
verbs:
- create
- apiGroups:
- route.openshift.io
resources:
- routes
verbs:
- get
- list
- watch
- delete
- apiGroups:
- ""
- project.openshift.io
resources:
- pods/exec
- pods/portforward
- projects
verbs:
- create
- get
19 changes: 14 additions & 5 deletions setup.RHOAI-v2.13/mlbatch-edit-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,15 +128,24 @@ rules:
- get
- apiGroups:
- ""
- project.openshift.io
resources:
- projects
- pods/exec
- pods/portforward
verbs:
- create
- apiGroups:
- route.openshift.io
resources:
- routes
verbs:
- get
- list
- watch
- delete
- apiGroups:
- ""
- project.openshift.io
resources:
- pods/exec
- pods/portforward
- projects
verbs:
- create
- get
19 changes: 14 additions & 5 deletions setup.RHOAI-v2.15/mlbatch-edit-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,15 +128,24 @@ rules:
- get
- apiGroups:
- ""
- project.openshift.io
resources:
- projects
- pods/exec
- pods/portforward
verbs:
- create
- apiGroups:
- route.openshift.io
resources:
- routes
verbs:
- get
- list
- watch
- delete
- apiGroups:
- ""
- project.openshift.io
resources:
- pods/exec
- pods/portforward
- projects
verbs:
- create
- get

0 comments on commit c373892

Please sign in to comment.