--- charts-original/templates/_helpers.tpl +++ charts/templates/_helpers.tpl @@ -60,3 +60,11 @@ {{- default "default" .Values.serviceAccount.name }} {{- end }} {{- end }} + +{{- define "system_default_registry" -}} +{{- if .Values.global.systemDefaultRegistry -}} +{{- printf "%s/" .Values.global.cattle.systemDefaultRegistry -}} +{{- else -}} +{{- "" -}} +{{- end -}} +{{- end -}}