2db166851bb5b3b34baf69157f972065ae25030c
[demo.git] / tutorials / ApacheCNF / templates / cba / Templates / k8s-configs / deployment-config / charts / common / templates / _tplvalues.tpl
1 {{/* vim: set filetype=mustache: */}}
2 {{/*
3 Renders a value that contains template.
4 Usage:
5 {{ include "common.tplvalues.render" ( dict "value" .Values.path.to.the.Value "context" $) }}
6 */}}
7 {{- define "common.tplvalues.render" -}}
8     {{- if typeIs "string" .value }}
9         {{- tpl .value .context }}
10     {{- else }}
11         {{- tpl (.value | toYaml) .context }}
12     {{- end }}
13 {{- end -}}