Skip to content

Commit 366ff26

Browse files
authored
IntegrationSink: rek-test templating support for bool annotations (#8342)
bool annotations for represented as string, to avoid parsing errors Signed-off-by: Matthias Wessendorf <[email protected]>
1 parent 7176ce6 commit 366ff26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/rekt/resources/integrationsink/integrationsink.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ metadata:
1919
namespace: {{ .namespace }}
2020
{{ if .annotations }}
2121
{{ range $key, $value := .annotations }}
22-
{{ $key }}: {{ $value }}
22+
{{ $key }}: "{{ $value }}"
2323
{{ end }}
2424
{{ end }}
2525
spec:

0 commit comments

Comments
 (0)