@@ -7,8 +7,10 @@ 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 : " 3"
10
- pipelinesascode.tekton.dev/on-cel-expression : event == "pull_request" && target_branch == "devel" && ( "must-gather/***".pathChanged() || ".tekton/osc-must-gather-pull-request.yaml".pathChanged() )
11
- creationTimestamp :
10
+ pipelinesascode.tekton.dev/on-cel-expression : event == "pull_request" && target_branch
11
+ == "devel" && ( "must-gather/***".pathChanged() || ".tekton/osc-must-gather-pull-request.yaml".pathChanged()
12
+ )
13
+ creationTimestamp : null
12
14
labels :
13
15
appstudio.openshift.io/application : openshift-sandboxed-containers
14
16
appstudio.openshift.io/component : osc-must-gather
@@ -85,11 +87,13 @@ spec:
85
87
name : output-image
86
88
type : string
87
89
- default : .
88
- description : Path to the source code of an application's component from where to build image.
90
+ description : Path to the source code of an application's component from where
91
+ to build image.
89
92
name : path-context
90
93
type : string
91
94
- default : Dockerfile
92
- description : Path to the Dockerfile inside the context specified by parameter path-context
95
+ description : Path to the Dockerfile inside the context specified by parameter
96
+ path-context
93
97
name : dockerfile
94
98
type : string
95
99
- default : " false"
@@ -109,7 +113,8 @@ spec:
109
113
name : prefetch-input
110
114
type : string
111
115
- default : " "
112
- description : Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
116
+ description : Image tag expiration time, time values could be something like
117
+ 1h, 2d, 3w for hours, days, and weeks, respectively.
113
118
name : image-expires-after
114
119
- default : " false"
115
120
description : Build a source image.
@@ -599,12 +604,13 @@ spec:
599
604
optional : true
600
605
- name : netrc
601
606
optional : true
602
- taskRunTemplate : {}
607
+ taskRunTemplate :
608
+ serviceAccountName : build-pipeline-osc-must-gather
603
609
workspaces :
604
610
- name : workspace
605
611
volumeClaimTemplate :
606
612
metadata :
607
- creationTimestamp :
613
+ creationTimestamp : null
608
614
spec :
609
615
accessModes :
610
616
- ReadWriteOnce
0 commit comments