rancher-charts/packages/rancher-vsphere-cpi/charts/templates/_helpers.tpl

8 lines
209 B
Smarty
Raw Normal View History

{{- define "system_default_registry" -}}
{{- if .Values.global.cattle.systemDefaultRegistry -}}
{{- printf "%s/" .Values.global.cattle.systemDefaultRegistry -}}
{{- else -}}
{{- "" -}}
{{- end -}}
{{- end -}}