Files
shell-scripts/部署应用/Oracle-Cloud/ProjectOctopus/redis-17.3.15/charts/common/templates/_tplvalues.tpl
2023-05-15 16:49:09 +08:00

14 lines
391 B
Smarty

{{/* vim: set filetype=mustache: */}}
{{/*
Renders a value that contains template.
Usage:
{{ include "common.tplvalues.render" ( dict "value" .Values.path.to.the.Value "context" $) }}
*/}}
{{- define "common.tplvalues.render" -}}
{{- if typeIs "string" .value }}
{{- tpl .value .context }}
{{- else }}
{{- tpl (.value | toYaml) .context }}
{{- end }}
{{- end -}}