working commit

This commit is contained in:
2026-02-14 21:17:15 +02:00
parent 29524e725b
commit 3b6be8033e
24 changed files with 514 additions and 39 deletions
+9
View File
@@ -0,0 +1,9 @@
{{- define "mstore.imagePath" -}}
{{- if .Values.global -}}
{{- if .Values.global.imagePath -}}
{{- .Values.global.imagePath -}}
{{- end -}}
{{- else -}}
{{- .Values.main.image.path -}}
{{- end -}}
{{- end -}}