mirror of
https://github.com/rancher/os.git
synced 2025-09-18 08:06:48 +00:00
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 -}} |