Skip to content

Commit

Permalink
Add permission to get namespaces and projects to mlbatch-edit-role (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
tardieu authored Oct 11, 2024
1 parent 9c60a2d commit d3ea704
Show file tree
Hide file tree
Showing 6 changed files with 64 additions and 0 deletions.
13 changes: 13 additions & 0 deletions setup.RHOAI-v2.10/mlbatch-edit-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,3 +119,16 @@ rules:
- get
- list
- watch
- apiGroups:
- ""
resources:
- namespaces
verbs:
- get
- apiGroups:
- ""
- project.openshift.io
resources:
- projects
verbs:
- get
13 changes: 13 additions & 0 deletions setup.RHOAI-v2.11/mlbatch-edit-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,3 +119,16 @@ rules:
- get
- list
- watch
- apiGroups:
- ""
resources:
- namespaces
verbs:
- get
- apiGroups:
- ""
- project.openshift.io
resources:
- projects
verbs:
- get
13 changes: 13 additions & 0 deletions setup.RHOAI-v2.12/mlbatch-edit-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,3 +119,16 @@ rules:
- get
- list
- watch
- apiGroups:
- ""
resources:
- namespaces
verbs:
- get
- apiGroups:
- ""
- project.openshift.io
resources:
- projects
verbs:
- get
13 changes: 13 additions & 0 deletions setup.RHOAI-v2.13/mlbatch-edit-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,3 +119,16 @@ rules:
- get
- list
- watch
- apiGroups:
- ""
resources:
- namespaces
verbs:
- get
- apiGroups:
- ""
- project.openshift.io
resources:
- projects
verbs:
- get
6 changes: 6 additions & 0 deletions setup.k8s-v1.25/mlbatch-edit-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,3 +119,9 @@ rules:
- get
- list
- watch
- apiGroups:
- ""
resources:
- namespaces
verbs:
- get
6 changes: 6 additions & 0 deletions setup.k8s-v1.30/mlbatch-edit-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,3 +119,9 @@ rules:
- get
- list
- watch
- apiGroups:
- ""
resources:
- namespaces
verbs:
- get

0 comments on commit d3ea704

Please sign in to comment.