10 lines
250 B
Smarty
10 lines
250 B
Smarty
{{- define "bjw-s.common.lib.metadata.globalLabels" -}}
|
|
{{- with .Values.global.labels }}
|
|
{{- range $k, $v := . }}
|
|
{{- $name := $k }}
|
|
{{- $value := tpl $v $ }}
|
|
{{ $name }}: {{ quote $value }}
|
|
{{- end }}
|
|
{{- end }}
|
|
{{- end -}}
|