From f429a3bf3c9b28e10aa7ebbb9be490f86ea3fbd3 Mon Sep 17 00:00:00 2001 From: Matthias Wessendorf Date: Mon, 25 Nov 2024 07:59:46 +0100 Subject: [PATCH] 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: