Skip to content

Commit 443515c

Browse files
Merge pull request #360 from validatedpatterns/konflux-sa-migration-bundle
Konflux build pipeline service account migration
2 parents a7d406e + 01d0d64 commit 443515c

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)