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