--- charts-original/templates/_helpers.tpl +++ charts/templates/_helpers.tpl @@ -132,3 +132,11 @@ {{- $_ := set (set . "commonCA" $ca) "commonCASecretName" $secretName -}} {{- end -}} {{- end -}} + +{{- define "system_default_registry" -}} +{{- if .Values.global.systemDefaultRegistry -}} +{{- printf "%s/" .Values.global.systemDefaultRegistry -}} +{{- else -}} +{{- "" -}} +{{- end }} +{{- end }}