Skip to content

Commit

Permalink
Prefix the pipelineRun name with the componentID to have unique names.
Browse files Browse the repository at this point in the history
…q-shift#37

Signed-off-by: cmoulliard <cmoulliard@redhat.com>
  • Loading branch information
cmoulliard committed Mar 5, 2024
1 parent da8f406 commit 539d53a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
apiVersion: tekton.dev/v1
kind: PipelineRun
metadata:
name: quarkus-build-test-push
name: {{ .Values.app.name }}-build-test-push
namespace: {{ .Values.app.namespace }}
labels:
{{- include "backstage.labels" . | nindent 4 }}
annotations:
argocd.argoproj.io/sync-wave: "5"
argocd.argoproj.io/hook: Sync
spec:
pipelineRef:
name: quarkus-build-test-push
Expand Down

0 comments on commit 539d53a

Please sign in to comment.