Skip to content

Commit 0f1c6ac

Browse files
red-hat-konflux[bot]konflux
andauthored
Konflux build pipeline service account migration for frontend-builder-common (#240)
Signed-off-by: konflux <[email protected]> Co-authored-by: konflux <[email protected]>
1 parent 87dce0a commit 0f1c6ac

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.tekton/frontend-builder-common-pull-request.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,8 @@ spec:
468468
optional: true
469469
- name: netrc
470470
optional: true
471-
taskRunTemplate: {}
471+
taskRunTemplate:
472+
serviceAccountName: build-pipeline-frontend-builder-common
472473
workspaces:
473474
- name: git-auth
474475
secret:

.tekton/frontend-builder-common-push.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,8 @@ spec:
465465
optional: true
466466
- name: netrc
467467
optional: true
468-
taskRunTemplate: {}
468+
taskRunTemplate:
469+
serviceAccountName: build-pipeline-frontend-builder-common
469470
workspaces:
470471
- name: git-auth
471472
secret:

0 commit comments

Comments
 (0)