rancher-charts/charts/rio/0.8.001/templates/_helpers.tpl

9 lines
249 B
Smarty

{{- define "featuresList" -}}
{{- $local := dict "first" true -}}
"features":{ {{- range $k, $v := . -}}
{{- if not $local.first -}},{{- end -}}
"{{$k}}":{"enabled":{{$v}}}{{- $_ := set $local "first" false -}}
{{- end -}}
{{- end -}}}