Skip to content

Commit a801dba

Browse files
authored
Merge pull request #515 from openshift/konflux-sa-migration-kube-descheduler-operator-fbc-4-16
Konflux build pipeline service account migration
2 parents 07d050c + 23824c4 commit a801dba

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.tekton/kube-descheduler-operator-fbc-4-16-pull-request.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,8 @@ spec:
404404
optional: true
405405
- name: netrc
406406
optional: true
407-
taskRunTemplate: {}
407+
taskRunTemplate:
408+
serviceAccountName: build-pipeline-kube-descheduler-operator-fbc-4-16
408409
workspaces:
409410
- name: workspace
410411
volumeClaimTemplate:

.tekton/kube-descheduler-operator-fbc-4-16-push.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,8 @@ spec:
400400
optional: true
401401
- name: netrc
402402
optional: true
403-
taskRunTemplate: {}
403+
taskRunTemplate:
404+
serviceAccountName: build-pipeline-kube-descheduler-operator-fbc-4-16
404405
workspaces:
405406
- name: workspace
406407
volumeClaimTemplate:

0 commit comments

Comments
 (0)