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: labels:
{{- include "conduit.labels" . | nindent 4 }} {{- include "conduit.labels" . | nindent 4 }}
data: data:
default.conf: |
{{- with .Values.wellknown}} {{- with .Values.wellknown}}
{{ tpl .nginxServerConf . | quote | indent 4 }} default.conf: {{ tpl .nginxServerConf . | toYaml | nindent 4 }}
{{- end }} {{- end }}
{{- end }} {{- end }}