File tree Expand file tree Collapse file tree 3 files changed +14
-13
lines changed Expand file tree Collapse file tree 3 files changed +14
-13
lines changed Original file line number Diff line number Diff line change @@ -69,6 +69,20 @@ roleRef:
69
69
kind : ClusterRole
70
70
name : appstudio-pipelines-runner
71
71
---
72
+ apiVersion : rbac.authorization.k8s.io/v1
73
+ kind : RoleBinding
74
+ metadata :
75
+ name : test-runner-rolebinding
76
+ namespace : build-templates-e2e
77
+ roleRef :
78
+ apiGroup : rbac.authorization.k8s.io
79
+ kind : ClusterRole
80
+ name : test-runner
81
+ subjects :
82
+ - kind : ServiceAccount
83
+ name : appstudio-pipeline
84
+ namespace : konflux-ci
85
+ ---
72
86
kind : RoleBinding
73
87
apiVersion : rbac.authorization.k8s.io/v1
74
88
metadata :
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ resources:
7
7
- pod-logs-reader-role.yaml
8
8
- pod-logs-reader-rolebinding.yaml
9
9
- test-runner-cluster-role.yaml
10
- - test-runner-rolebinding.yaml
11
10
12
11
# Skip applying the Tekton/PaC operands while the Tekton/PaC operator is being installed.
13
12
# See more information about this option, here:
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments