Skip to content

Commit 01d0d64

Browse files
author
konflux
committed
Konflux build pipeline service account migration for bundle
Signed-off-by: konflux <konflux@no-reply.konflux-ci.dev>
1 parent a7d406e commit 01d0d64

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.tekton/bundle-pull-request.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,8 @@ spec:
378378
- name: workspace
379379
- name: git-auth
380380
optional: true
381-
taskRunTemplate: {}
381+
taskRunTemplate:
382+
serviceAccountName: build-pipeline-bundle
382383
workspaces:
383384
- name: workspace
384385
volumeClaimTemplate:

.tekton/bundle-push.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,8 @@ spec:
375375
- name: workspace
376376
- name: git-auth
377377
optional: true
378-
taskRunTemplate: {}
378+
taskRunTemplate:
379+
serviceAccountName: build-pipeline-bundle
379380
workspaces:
380381
- name: workspace
381382
volumeClaimTemplate:

0 commit comments

Comments
 (0)