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:
|
||||
{{- 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 }}
|
||||
|
|
Loading…
Add table
Reference in a new issue