diff --git a/conduit/templates/wellknown/configmap.yaml b/conduit/templates/wellknown/configmap.yaml index 93d96e4..d902f1e 100644 --- a/conduit/templates/wellknown/configmap.yaml +++ b/conduit/templates/wellknown/configmap.yaml @@ -6,8 +6,7 @@ metadata: labels: {{- include "conduit.labels" . | nindent 4 }} data: - default.conf: | - {{- with .Values.wellknown}} - {{ tpl .nginxServerConf . | quote | indent 4 }} - {{- end }} + {{- with .Values.wellknown}} + default.conf: {{ tpl .nginxServerConf . | toYaml | nindent 4 }} + {{- end }} {{- end }}