Skip to content

Commit

Permalink
Merge pull request #183 from HumairAK/dw_res
Browse files Browse the repository at this point in the history
Give pipeline runner access to mcad/ray res.
  • Loading branch information
HumairAK committed Jun 22, 2023
2 parents a02ebe6 + 7e98f65 commit 637c23a
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions config/internal/apiserver/role_pipeline-runner.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,25 @@ rules:
- update
- patch
- delete
- apiGroups:
- mcad.ibm.com
resources:
- appwrappers
verbs:
- create
- get
- list
- patch
- delete
- apiGroups:
- ray.io
resources:
- rayclusters
- rayjobs
- rayservices
verbs:
- create
- get
- list
- patch
- delete

0 comments on commit 637c23a

Please sign in to comment.