Skip to content

Commit

Permalink
Update mlbatch-edit-role.yaml to include pvc rbac (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
tardieu authored Aug 28, 2024
1 parent 4424d7a commit f105f03
Show file tree
Hide file tree
Showing 5 changed files with 5 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 @@ -28,6 +28,7 @@ rules:
- services
- secrets
- configmaps
- persistentvolumeclaims
verbs:
- create
- delete
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 @@ -28,6 +28,7 @@ rules:
- services
- secrets
- configmaps
- persistentvolumeclaims
verbs:
- create
- delete
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 @@ -28,6 +28,7 @@ rules:
- services
- secrets
- configmaps
- persistentvolumeclaims
verbs:
- create
- delete
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 @@ -28,6 +28,7 @@ rules:
- services
- secrets
- configmaps
- persistentvolumeclaims
verbs:
- create
- delete
Expand Down
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 @@ -28,6 +28,7 @@ rules:
- services
- secrets
- configmaps
- persistentvolumeclaims
verbs:
- create
- delete
Expand Down

0 comments on commit f105f03

Please sign in to comment.