Skip to content

Commit

Permalink
Add permission to view events to mlbatch-edit role (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
tardieu authored Sep 11, 2024
1 parent 035d161 commit 547c47c
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 0 deletions.
8 changes: 8 additions & 0 deletions setup.RHOAI-v2.10/mlbatch-edit-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +111,11 @@ rules:
- patch
- update
- watch
- apiGroups:
- ""
resources:
- events
verbs:
- get
- list
- watch
8 changes: 8 additions & 0 deletions setup.RHOAI-v2.11/mlbatch-edit-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +111,11 @@ rules:
- patch
- update
- watch
- apiGroups:
- ""
resources:
- events
verbs:
- get
- list
- watch
8 changes: 8 additions & 0 deletions setup.RHOAI-v2.12/mlbatch-edit-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +111,11 @@ rules:
- patch
- update
- watch
- apiGroups:
- ""
resources:
- events
verbs:
- get
- list
- watch
8 changes: 8 additions & 0 deletions setup.k8s-v1.25/mlbatch-edit-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +111,11 @@ rules:
- patch
- update
- watch
- apiGroups:
- ""
resources:
- events
verbs:
- get
- list
- watch
8 changes: 8 additions & 0 deletions setup.k8s-v1.30/mlbatch-edit-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +111,11 @@ rules:
- patch
- update
- watch
- apiGroups:
- ""
resources:
- events
verbs:
- get
- list
- watch

0 comments on commit 547c47c

Please sign in to comment.