Skip to content

Commit de5e61a

Browse files
authored
fix: apply rolebinding to build-templates-e2e (#7325)
1 parent 6b31df8 commit de5e61a

File tree

3 files changed

+14
-13
lines changed

3 files changed

+14
-13
lines changed

components/build-templates/base/e2e/rolebinding.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,20 @@ roleRef:
6969
kind: ClusterRole
7070
name: appstudio-pipelines-runner
7171
---
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+
---
7286
kind: RoleBinding
7387
apiVersion: rbac.authorization.k8s.io/v1
7488
metadata:

components/konflux-ci/base/kustomization.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ resources:
77
- pod-logs-reader-role.yaml
88
- pod-logs-reader-rolebinding.yaml
99
- test-runner-cluster-role.yaml
10-
- test-runner-rolebinding.yaml
1110

1211
# Skip applying the Tekton/PaC operands while the Tekton/PaC operator is being installed.
1312
# See more information about this option, here:

components/konflux-ci/base/test-runner-rolebinding.yaml

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)