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 d17aa63 commit 1e45189Copy full SHA for 1e45189
.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-7
+ appstudio.openshift.io/component: collector-4-7
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-7
139
140
timeouts:
141
# The pipeline regularly takes >1h to finish.
0 commit comments