Skip to content

Commit

Permalink
Merge pull request #24 from replicatedhq/laverya/fix-kotsadm-applicat…
Browse files Browse the repository at this point in the history
…ion-yaml

quote data
  • Loading branch information
diamonwiggins authored Oct 17, 2023
2 parents c29bfd3 + d4ab08c commit 8130090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/kotsadm-application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ kind: ConfigMap
metadata:
name: kotsadm-application-metadata
data:
application.yaml: {{- .Values.kotsApplication }}
application.yaml: "{{- .Values.kotsApplication }}"
{{- end }}

0 comments on commit 8130090

Please sign in to comment.