fix configmap tpl
This commit is contained in:
parent
37eec10d2b
commit
9cf0ed6264
1 changed files with 3 additions and 4 deletions
|
@ -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}}
|
default.conf: {{ tpl .nginxServerConf . | toYaml | nindent 4 }}
|
||||||
{{ tpl .nginxServerConf . | quote | indent 4 }}
|
{{- end }}
|
||||||
{{- end }}
|
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue