Skip to content

Commit f0f3849

Browse files
red-hat-konflux[bot]konflux
andauthored
Konflux build pipeline service account migration for oci-registry-main (#274)
Signed-off-by: konflux <[email protected]> Co-authored-by: konflux <[email protected]>
1 parent ccb2c64 commit f0f3849

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.tekton/oci-registry-main-pull-request.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,8 @@ spec:
611611
optional: true
612612
- name: netrc
613613
optional: true
614-
taskRunTemplate: {}
614+
taskRunTemplate:
615+
serviceAccountName: build-pipeline-oci-registry-main
615616
workspaces:
616617
- name: workspace
617618
volumeClaimTemplate:

.tekton/oci-registry-main-push.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,8 @@ spec:
608608
optional: true
609609
- name: netrc
610610
optional: true
611-
taskRunTemplate: {}
611+
taskRunTemplate:
612+
serviceAccountName: build-pipeline-oci-registry-main
612613
workspaces:
613614
- name: workspace
614615
volumeClaimTemplate:

0 commit comments

Comments
 (0)