Skip to content

Commit 0617d41

Browse files
red-hat-konflux[bot]konflux
andauthored
Konflux build pipeline service account migration (#30)
Co-authored-by: konflux <[email protected]>
1 parent 135850b commit 0617d41

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.tekton/gitops-must-gather-pull-request.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,8 @@ spec:
488488
optional: true
489489
- name: netrc
490490
optional: true
491-
taskRunTemplate: {}
491+
taskRunTemplate:
492+
serviceAccountName: build-pipeline-gitops-must-gather
492493
workspaces:
493494
- name: git-auth
494495
secret:

.tekton/gitops-must-gather-push.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,8 @@ spec:
488488
optional: true
489489
- name: netrc
490490
optional: true
491-
taskRunTemplate: {}
491+
taskRunTemplate:
492+
serviceAccountName: build-pipeline-gitops-must-gather
492493
workspaces:
493494
- name: git-auth
494495
secret:

0 commit comments

Comments
 (0)