Skip to content

Commit b288fc7

Browse files
authored
Merge pull request #512 from openshift/konflux-sa-migration-kube-descheduler-operator-4-18
Konflux build pipeline service account migration
2 parents 7858bd6 + 9c688cd commit b288fc7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,8 @@ spec:
596596
optional: true
597597
- name: netrc
598598
optional: true
599-
taskRunTemplate: {}
599+
taskRunTemplate:
600+
serviceAccountName: build-pipeline-kube-descheduler-operator-4-18
600601
workspaces:
601602
- name: git-auth
602603
secret:

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,8 @@ spec:
593593
optional: true
594594
- name: netrc
595595
optional: true
596-
taskRunTemplate: {}
596+
taskRunTemplate:
597+
serviceAccountName: build-pipeline-kube-descheduler-operator-4-18
597598
workspaces:
598599
- name: git-auth
599600
secret:

0 commit comments

Comments
 (0)