From 366ff26b10d6500015ad97492ce138e49e3a13e3 Mon Sep 17 00:00:00 2001 From: Matthias Wessendorf Date: Mon, 25 Nov 2024 09:18:05 +0100 Subject: [PATCH] IntegrationSink: rek-test templating support for bool annotations (#8342) bool annotations for represented as string, to avoid parsing errors Signed-off-by: Matthias Wessendorf --- test/rekt/resources/integrationsink/integrationsink.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/rekt/resources/integrationsink/integrationsink.yaml b/test/rekt/resources/integrationsink/integrationsink.yaml index b19cfe7eaab..21bfd41d319 100644 --- a/test/rekt/resources/integrationsink/integrationsink.yaml +++ b/test/rekt/resources/integrationsink/integrationsink.yaml @@ -19,7 +19,7 @@ metadata: namespace: {{ .namespace }} {{ if .annotations }} {{ range $key, $value := .annotations }} - {{ $key }}: {{ $value }} + {{ $key }}: "{{ $value }}" {{ end }} {{ end }} spec: