We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46fd1cc commit 62b7586Copy full SHA for 62b7586
.tekton/collector-build.yaml
@@ -13,8 +13,8 @@ metadata:
13
event == "push" && target_branch.matches("^(master|release-.*|refs/tags/.*)$")
14
)
15
labels:
16
- appstudio.openshift.io/application: acs
17
- appstudio.openshift.io/component: collector
+ appstudio.openshift.io/application: acs-4-8
+ appstudio.openshift.io/component: collector-4-8
18
pipelines.appstudio.openshift.io/type: build
19
name: collector-on-push
20
namespace: rh-acs-tenant
@@ -135,7 +135,7 @@ spec:
135
computeResources: *ta-resources
136
137
taskRunTemplate:
138
- serviceAccountName: build-pipeline-collector
+ serviceAccountName: build-pipeline-collector-4-8
139
140
timeouts:
141
# The pipeline regularly takes >1h to finish.
0 commit comments