Skip to content

Commit 1abdba2

Browse files
authored
Merge pull request #290 from Commonjava/konflux-sa-migration-charon
Konflux build pipeline service account migration
2 parents 0daf8b0 + 5a8ef7a commit 1abdba2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.tekton/charon-pull-request.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,8 @@ spec:
572572
optional: true
573573
- name: netrc
574574
optional: true
575-
taskRunTemplate: {}
575+
taskRunTemplate:
576+
serviceAccountName: build-pipeline-charon
576577
workspaces:
577578
- name: git-auth
578579
secret:

.tekton/charon-push.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,8 @@ spec:
569569
optional: true
570570
- name: netrc
571571
optional: true
572-
taskRunTemplate: {}
572+
taskRunTemplate:
573+
serviceAccountName: build-pipeline-charon
573574
workspaces:
574575
- name: git-auth
575576
secret:

0 commit comments

Comments
 (0)