From 4205a1de813adf54b80a48534f11f20bc137b897 Mon Sep 17 00:00:00 2001 From: Pierangelo Di Pilato Date: Thu, 9 Jan 2025 16:35:05 +0100 Subject: [PATCH] Fix parenthesis in pipeline-run template (#502) Signed-off-by: Pierangelo Di Pilato --- pkg/konfluxgen/pipeline-run.template.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg/konfluxgen/pipeline-run.template.yaml b/pkg/konfluxgen/pipeline-run.template.yaml index 1651a365..a83c4ee4 100644 --- a/pkg/konfluxgen/pipeline-run.template.yaml +++ b/pkg/konfluxgen/pipeline-run.template.yaml @@ -10,9 +10,9 @@ metadata: build.appstudio.redhat.com/target_branch: '{{target_branch}}' pipelinesascode.tekton.dev/max-keep-runs: "3" pipelinesascode.tekton.dev/on-cel-expression: event == "{{{ .Event }}}" && target_branch == "{{{ .ReleaseBuildConfiguration.Metadata.Branch }}}" {{{ .AdditionalTektonCELExpression }}} - {{- range $key, $value := .PipelineRunAnnotations }} - {{ $key }}: "{{ $value }}" - {{- end }} + {{{- range $key, $value := .PipelineRunAnnotations }}} + {{{ $key }}}: "{{{ $value }}}" + {{{- end }}} creationTimestamp: null labels: appstudio.openshift.io/application: {{{ truncate ( sanitize .ApplicationName ) }}}