rancher-charts/charts/system-upgrade-controller/100.0.1+up0.3.1/templates/_helpers.tpl

10 lines
248 B
Smarty
Raw Normal View History

2021-12-17 23:45:03 +00:00
{{/* vim: set filetype=mustache: */}}
{{- define "system_default_registry" -}}
{{- if .Values.global.cattle.systemDefaultRegistry -}}
{{- printf "%s/" .Values.global.cattle.systemDefaultRegistry -}}
{{- else -}}
{{- "" -}}
{{- end -}}
{{- end -}}