rancher-charts/charts/fleet-agent/0.3.400/templates/_helpers.tpl

7 lines
208 B
Smarty
Raw Normal View History

2020-09-30 23:34:22 +00:00
{{- define "system_default_registry" -}}
{{- if .Values.global.cattle.systemDefaultRegistry -}}
{{- printf "%s/" .Values.global.cattle.systemDefaultRegistry -}}
{{- else -}}
{{- "" -}}
{{- end -}}
{{- end -}}