Skip to content

Commit bff8e7b

Browse files
authored
Merge pull request #514 from openshift/konflux-sa-migration-kube-descheduler-operator-bundle-4-18
Konflux build pipeline service account migration
2 parents b288fc7 + 5b4d422 commit bff8e7b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.tekton/kube-descheduler-operator-bundle-4-18-pull-request.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,8 @@ spec:
604604
optional: true
605605
- name: netrc
606606
optional: true
607-
taskRunTemplate: {}
607+
taskRunTemplate:
608+
serviceAccountName: build-pipeline-kube-descheduler-operator-bundle-4-18
608609
workspaces:
609610
- name: git-auth
610611
secret:

.tekton/kube-descheduler-operator-bundle-4-18-push.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,8 @@ spec:
602602
optional: true
603603
- name: netrc
604604
optional: true
605-
taskRunTemplate: {}
605+
taskRunTemplate:
606+
serviceAccountName: build-pipeline-kube-descheduler-operator-bundle-4-18
606607
workspaces:
607608
- name: git-auth
608609
secret:

0 commit comments

Comments
 (0)