k3s/scripts/chart-templates/crd-base/overlay-upstream/templates/_registry.tpl

9 lines
233 B
Smarty
Raw Normal View History

{{/* vim: set filetype=mustache: */}}
{{- define "system_default_registry" -}}
{{- if .Values.global.systemDefaultRegistry -}}
{{- printf "%s/" .Values.global.systemDefaultRegistry -}}
{{- else -}}
{{- "" -}}
{{- end -}}
{{- end -}}