openstack-helm/maas/templates/_helpers.tpl
2017-01-04 18:56:09 +00:00

4 lines
109 B
Smarty

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