1
0
mirror of https://github.com/rancher/os.git synced 2025-09-18 08:06:48 +00:00
Files
os/chart/templates/_helpers.tpl
Darren Shepherd 5675644d9f Add operator
2021-10-20 10:58:54 -07:00

7 lines
208 B
Smarty

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