Skip to content

Commit

Permalink
bool annotations for represented as string, to avoid parsing errors
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
  • Loading branch information
matzew committed Nov 25, 2024
1 parent 7176ce6 commit f429a3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/rekt/resources/integrationsink/integrationsink.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ metadata:
namespace: {{ .namespace }}
{{ if .annotations }}
{{ range $key, $value := .annotations }}
{{ $key }}: {{ $value }}
{{ $key }}: "{{ $value }}"
{{ end }}
{{ end }}
spec:
Expand Down

0 comments on commit f429a3b

Please sign in to comment.