Skip to content

Commit 58aba34

Browse files
Konflux build pipeline service account migration (#5486)
Co-authored-by: Daniel Rodowicz <[email protected]>
1 parent 0cb66bd commit 58aba34

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.tekton/automation-hub-frontend-master-pull-request.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,8 @@ spec:
538538
optional: true
539539
- name: netrc
540540
optional: true
541-
taskRunTemplate: {}
541+
taskRunTemplate:
542+
serviceAccountName: build-pipeline-automation-hub-frontend-master
542543
workspaces:
543544
- name: workspace
544545
volumeClaimTemplate:

.tekton/automation-hub-frontend-master-push.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,8 @@ spec:
535535
optional: true
536536
- name: netrc
537537
optional: true
538-
taskRunTemplate: {}
538+
taskRunTemplate:
539+
serviceAccountName: build-pipeline-automation-hub-frontend-master
539540
workspaces:
540541
- name: workspace
541542
volumeClaimTemplate:

0 commit comments

Comments
 (0)