openstack-helm/keystone/templates/_helpers.tpl
2016-11-29 08:34:27 +01:00

4 lines
109 B
Smarty

{{- define "joinListWithColon" -}}
{{ range $k, $v := . }}{{ if $k }},{{ end }}{{ $v }}{{ end }}
{{- end -}}