Skip to content

Commit

Permalink
Add pods/exec create rbac (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
tardieu authored Oct 15, 2024
1 parent 43b024b commit 638d552
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 0 deletions.
6 changes: 6 additions & 0 deletions setup.RHOAI-v2.10/mlbatch-edit-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,3 +133,9 @@ rules:
- projects
verbs:
- get
- apiGroups:
- ""
resources:
- pods/exec
verbs:
- create
6 changes: 6 additions & 0 deletions setup.RHOAI-v2.11/mlbatch-edit-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,3 +133,9 @@ rules:
- projects
verbs:
- get
- apiGroups:
- ""
resources:
- pods/exec
verbs:
- create
6 changes: 6 additions & 0 deletions setup.RHOAI-v2.12/mlbatch-edit-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,3 +133,9 @@ rules:
- projects
verbs:
- get
- apiGroups:
- ""
resources:
- pods/exec
verbs:
- create
6 changes: 6 additions & 0 deletions setup.RHOAI-v2.13/mlbatch-edit-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,3 +133,9 @@ rules:
- projects
verbs:
- get
- apiGroups:
- ""
resources:
- pods/exec
verbs:
- create
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 @@ -126,3 +126,9 @@ rules:
- pods/logs
verbs:
- get
- apiGroups:
- ""
resources:
- pods/exec
verbs:
- create
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 @@ -126,3 +126,9 @@ rules:
- pods/logs
verbs:
- get
- apiGroups:
- ""
resources:
- pods/exec
verbs:
- create

0 comments on commit 638d552

Please sign in to comment.