Skip to content

Commit 7e98f65

Browse files
committed
Give pipeline runner access to mcad/ray res.
Signed-off-by: Humair Khan <[email protected]>
1 parent a02ebe6 commit 7e98f65

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

config/internal/apiserver/role_pipeline-runner.yaml.tmpl

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,3 +98,25 @@ rules:
9898
- update
9999
- patch
100100
- delete
101+
- apiGroups:
102+
- mcad.ibm.com
103+
resources:
104+
- appwrappers
105+
verbs:
106+
- create
107+
- get
108+
- list
109+
- patch
110+
- delete
111+
- apiGroups:
112+
- ray.io
113+
resources:
114+
- rayclusters
115+
- rayjobs
116+
- rayservices
117+
verbs:
118+
- create
119+
- get
120+
- list
121+
- patch
122+
- delete

0 commit comments

Comments
 (0)