@@ -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
@@ -83,11 +85,13 @@ spec:
83
85
name : output-image
84
86
type : string
85
87
- default : .
86
- description : Path to the source code of an application's component from where to build image.
88
+ description : Path to the source code of an application's component from where
89
+ to build image.
87
90
name : path-context
88
91
type : string
89
92
- default : Dockerfile
90
- description : Path to the Dockerfile inside the context specified by parameter path-context
93
+ description : Path to the Dockerfile inside the context specified by parameter
94
+ path-context
91
95
name : dockerfile
92
96
type : string
93
97
- default : " false"
@@ -107,7 +111,8 @@ spec:
107
111
name : prefetch-input
108
112
type : string
109
113
- default : " "
110
- description : Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
114
+ description : Image tag expiration time, time values could be something like
115
+ 1h, 2d, 3w for hours, days, and weeks, respectively.
111
116
name : image-expires-after
112
117
- default : " false"
113
118
description : Build a source image.
@@ -595,12 +600,13 @@ spec:
595
600
optional : true
596
601
- name : netrc
597
602
optional : true
598
- taskRunTemplate : {}
603
+ taskRunTemplate :
604
+ serviceAccountName : build-pipeline-osc-must-gather
599
605
workspaces :
600
606
- name : workspace
601
607
volumeClaimTemplate :
602
608
metadata :
603
- creationTimestamp :
609
+ creationTimestamp : null
604
610
spec :
605
611
accessModes :
606
612
- ReadWriteOnce
0 commit comments