mirror of https://git.rancher.io/charts
7 lines
208 B
Smarty
7 lines
208 B
Smarty
|
{{- define "system_default_registry" -}}
|
||
|
{{- if .Values.global.cattle.systemDefaultRegistry -}}
|
||
|
{{- printf "%s/" .Values.global.cattle.systemDefaultRegistry -}}
|
||
|
{{- else -}}
|
||
|
{{- "" -}}
|
||
|
{{- end -}}
|
||
|
{{- end -}}
|