init import
This commit is contained in:
@@ -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 -}}
|
||||
Reference in New Issue
Block a user