Skip to content

Commit 9a23dcf

Browse files
authored
ROX-29078: switch to per component service account (#2120)
* ROX-29078: switch to per component service account * move SA def to PipelineRun
1 parent 0af861a commit 9a23dcf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.tekton/collector-build.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,9 @@ spec:
110110
- name: use-trusted-artifact
111111
computeResources: *ta-resources
112112

113+
taskRunTemplate:
114+
serviceAccountName: build-pipeline-collector
115+
113116
timeouts:
114117
# The pipeline regularly takes >1h to finish.
115118
# When changing the value here, make sure to adjust wait-for-images time limit in .github/workflows/konflux-tests.yml

0 commit comments

Comments
 (0)