File tree Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,8 @@ metadata:
7
7
build.appstudio.redhat.com/pull_request_number : ' {{pull_request_number}}'
8
8
build.appstudio.redhat.com/target_branch : ' {{target_branch}}'
9
9
pipelinesascode.tekton.dev/max-keep-runs : " 10"
10
- pipelinesascode.tekton.dev/on-cel-expression : event == "pull_request" && target_branch == "main"
10
+ pipelinesascode.tekton.dev/on-cel-expression : event == "pull_request" && target_branch
11
+ == "main"
11
12
creationTimestamp : null
12
13
labels :
13
14
appstudio.openshift.io/application : terraform-repo-executor-main
@@ -32,15 +33,16 @@ spec:
32
33
- name : target-stage
33
34
value : test
34
35
pipelineRef :
35
- resolver : git
36
36
params :
37
37
- name : url
38
38
value : https://github.com/app-sre/shared-pipelines
39
39
- name : revision
40
40
value : main
41
41
- name : pathInRepo
42
42
value : pipelines/multi-arch-build-pipeline.yaml
43
- taskRunTemplate : {}
43
+ resolver : git
44
+ taskRunTemplate :
45
+ serviceAccountName : build-pipeline-terraform-repo-executor-main
44
46
workspaces :
45
47
- name : workspace
46
48
volumeClaimTemplate :
Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ metadata:
6
6
build.appstudio.redhat.com/commit_sha : ' {{revision}}'
7
7
build.appstudio.redhat.com/target_branch : ' {{target_branch}}'
8
8
pipelinesascode.tekton.dev/max-keep-runs : " 25"
9
- pipelinesascode.tekton.dev/on-cel-expression : event == "push" && target_branch == "main"
9
+ pipelinesascode.tekton.dev/on-cel-expression : event == "push" && target_branch
10
+ == "main"
10
11
creationTimestamp : null
11
12
labels :
12
13
appstudio.openshift.io/application : terraform-repo-executor-main
@@ -29,15 +30,16 @@ spec:
29
30
- name : target-stage
30
31
value : prod
31
32
pipelineRef :
32
- resolver : git
33
33
params :
34
34
- name : url
35
35
value : https://github.com/app-sre/shared-pipelines
36
36
- name : revision
37
37
value : main
38
38
- name : pathInRepo
39
39
value : pipelines/multi-arch-build-pipeline.yaml
40
- taskRunTemplate : {}
40
+ resolver : git
41
+ taskRunTemplate :
42
+ serviceAccountName : build-pipeline-terraform-repo-executor-main
41
43
workspaces :
42
44
- name : workspace
43
45
volumeClaimTemplate :
53
55
- name : git-auth
54
56
secret :
55
57
secretName : ' {{ git_auth_secret }}'
56
- status : {}
58
+ status : {}
You can’t perform that action at this time.
0 commit comments