Files
Олег Бородин 25365aef77 init import
2026-05-24 11:02:51 +02:00

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 -}}