Skip to content

Commit 64cdf28

Browse files
konfluxhlin
authored andcommitted
Konflux build pipeline service account migration for cts
Signed-off-by: konflux <[email protected]>
1 parent b763273 commit 64cdf28

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.tekton/cts-pull-request.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,8 @@ spec:
467467
optional: true
468468
- name: netrc
469469
optional: true
470-
taskRunTemplate: {}
470+
taskRunTemplate:
471+
serviceAccountName: build-pipeline-cts
471472
workspaces:
472473
- name: workspace
473474
volumeClaimTemplate:

.tekton/cts-push.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,8 @@ spec:
464464
optional: true
465465
- name: netrc
466466
optional: true
467-
taskRunTemplate: {}
467+
taskRunTemplate:
468+
serviceAccountName: build-pipeline-cts
468469
workspaces:
469470
- name: workspace
470471
volumeClaimTemplate:

0 commit comments

Comments
 (0)