fix configmap tpl

This commit is contained in:
tectux 2024-10-06 21:58:42 +00:00
parent 37eec10d2b
commit 9cf0ed6264

View file

@ -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 }}