Skip to content

Commit 9c688cd

Browse files
author
konflux
committed
Konflux build pipeline service account migration for kube-descheduler-operator-4-18
Signed-off-by: konflux <[email protected]>
1 parent 7858bd6 commit 9c688cd

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)