rancher-charts/charts/system-upgrade-controller/100.0.0+up0.3.0/templates/_helpers.tpl

10 lines
234 B
Smarty
Raw Normal View History

2021-08-30 16:48:23 +00:00
{{/* vim: set filetype=mustache: */}}
{{- define "system_default_registry" -}}
{{- if .Values.global.systemDefaultRegistry -}}
{{- printf "%s/" .Values.global.systemDefaultRegistry -}}
{{- else -}}
{{- "" -}}
{{- end -}}
{{- end -}}