Files
HelmChartSammlung/charts/paperless-ngx/charts/common/templates/lib/metadata/_globalLabels.tpl

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 -}}