rke2-charts/packages/rke2-canal/charts/templates/_helpers.tpl

8 lines
195 B
Smarty
Raw Normal View History

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