Skip to content

Commit af6f136

Browse files
red-hat-konflux[bot]konflux
and
konflux
authored
Konflux build pipeline service account migration for vault-exporter-master (#21)
Signed-off-by: konflux <[email protected]> Co-authored-by: konflux <[email protected]>
1 parent d84191d commit af6f136

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.tekton/vault-exporter-master-pull-request.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,16 @@ spec:
3333
- name: target-stage
3434
value: test
3535
pipelineRef:
36-
resolver: git
3736
params:
3837
- name: url
3938
value: https://github.com/app-sre/shared-pipelines
4039
- name: revision
4140
value: main
4241
- name: pathInRepo
4342
value: pipelines/multi-arch-build-pipeline.yaml
44-
taskRunTemplate: {}
43+
resolver: git
44+
taskRunTemplate:
45+
serviceAccountName: build-pipeline-vault-exporter-master
4546
workspaces:
4647
- name: workspace
4748
volumeClaimTemplate:
@@ -57,4 +58,4 @@ spec:
5758
- name: git-auth
5859
secret:
5960
secretName: '{{ git_auth_secret }}'
60-
status: {}
61+
status: {}

.tekton/vault-exporter-master-push.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,16 @@ spec:
3030
- name: target-stage
3131
value: prod
3232
pipelineRef:
33-
resolver: git
3433
params:
3534
- name: url
3635
value: https://github.com/app-sre/shared-pipelines
3736
- name: revision
3837
value: main
3938
- name: pathInRepo
4039
value: pipelines/multi-arch-build-pipeline.yaml
41-
taskRunTemplate: {}
40+
resolver: git
41+
taskRunTemplate:
42+
serviceAccountName: build-pipeline-vault-exporter-master
4243
workspaces:
4344
- name: workspace
4445
volumeClaimTemplate:

0 commit comments

Comments
 (0)