rancher-charts/charts/rancher-aks-operator/100.0.0+up1.0.1/templates/_helpers.tpl

10 lines
234 B
Smarty

{{/* vim: set filetype=mustache: */}}
{{- define "system_default_registry" -}}
{{- if .Values.global.systemDefaultRegistry -}}
{{- printf "%s/" .Values.global.systemDefaultRegistry -}}
{{- else -}}
{{- "" -}}
{{- end -}}
{{- end -}}