Skip to content

Commit f429a3b

Browse files
committed
bool annotations for represented as string, to avoid parsing errors
Signed-off-by: Matthias Wessendorf <[email protected]>
1 parent 7176ce6 commit f429a3b

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)