10 lines
240 B
Smarty
10 lines
240 B
Smarty
{{- define "mstore.imagePath" -}}
|
|
{{- if .Values.global -}}
|
|
{{- if .Values.global.imagePath -}}
|
|
{{- .Values.global.imagePath -}}
|
|
{{- end -}}
|
|
{{- else -}}
|
|
{{- .Values.main.image.path -}}
|
|
{{- end -}}
|
|
{{- end -}}
|