File tree 2 files changed +7
-5
lines changed
2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -33,15 +33,16 @@ spec:
33
33
- name : target-stage
34
34
value : test
35
35
pipelineRef :
36
- resolver : git
37
36
params :
38
37
- name : url
39
38
value : https://github.com/app-sre/shared-pipelines
40
39
- name : revision
41
40
value : main
42
41
- name : pathInRepo
43
42
value : pipelines/multi-arch-build-pipeline.yaml
44
- taskRunTemplate : {}
43
+ resolver : git
44
+ taskRunTemplate :
45
+ serviceAccountName : build-pipeline-vault-exporter-master
45
46
workspaces :
46
47
- name : workspace
47
48
volumeClaimTemplate :
57
58
- name : git-auth
58
59
secret :
59
60
secretName : ' {{ git_auth_secret }}'
60
- status : {}
61
+ status : {}
Original file line number Diff line number Diff line change @@ -30,15 +30,16 @@ spec:
30
30
- name : target-stage
31
31
value : prod
32
32
pipelineRef :
33
- resolver : git
34
33
params :
35
34
- name : url
36
35
value : https://github.com/app-sre/shared-pipelines
37
36
- name : revision
38
37
value : main
39
38
- name : pathInRepo
40
39
value : pipelines/multi-arch-build-pipeline.yaml
41
- taskRunTemplate : {}
40
+ resolver : git
41
+ taskRunTemplate :
42
+ serviceAccountName : build-pipeline-vault-exporter-master
42
43
workspaces :
43
44
- name : workspace
44
45
volumeClaimTemplate :
You can’t perform that action at this time.
0 commit comments