openstack-helm/maas/templates/_helpers.tpl

4 lines
109 B
Smarty

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