deploy-templates/templates/_helpers.tpl (6 lines of code) (raw):

{{- define "imageRegistry" -}} {{- if .Values.global.imageRegistry -}} {{- printf "%s/" .Values.global.imageRegistry -}} {{- else -}} {{- end -}} {{- end }}