File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed
config/internal/apiserver Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change
1
+ kind: Role
2
+ apiVersion: rbac.authorization.k8s.io/v1
3
+ metadata:
4
+ name: ds-pipeline-user-access-{{.Name}}
5
+ namespace: {{.Namespace}}
6
+ labels:
7
+ app: ds-pipeline-{{.Name}}
8
+ component: data-science-pipelines
9
+ rules:
10
+ - apiGroups:
11
+ - route.openshift.io
12
+ resources:
13
+ - routes
14
+ verbs:
15
+ - get
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ var apiServerTemplates = []string{
28
28
"apiserver/artifact_script.yaml.tmpl" ,
29
29
"apiserver/role_ds-pipeline.yaml.tmpl" ,
30
30
"apiserver/role_pipeline-runner.yaml.tmpl" ,
31
+ "apiserver/role_ds-pipeline-user-access.yaml.tmpl" ,
31
32
"apiserver/rolebinding_ds-pipeline.yaml.tmpl" ,
32
33
"apiserver/rolebinding_pipeline-runner.yaml.tmpl" ,
33
34
"apiserver/sa_ds-pipeline.yaml.tmpl" ,
You can’t perform that action at this time.
0 commit comments