mirror of https://git.rancher.io/charts
10 lines
234 B
Smarty
10 lines
234 B
Smarty
|
{{/* vim: set filetype=mustache: */}}
|
||
|
|
||
|
{{- define "system_default_registry" -}}
|
||
|
{{- if .Values.global.systemDefaultRegistry -}}
|
||
|
{{- printf "%s/" .Values.global.systemDefaultRegistry -}}
|
||
|
{{- else -}}
|
||
|
{{- "" -}}
|
||
|
{{- end -}}
|
||
|
{{- end -}}
|