11 lines
260 B
Smarty
11 lines
260 B
Smarty
{{- define "mstore.storageSize" -}}
|
|
{{- if .Values.global -}}
|
|
{{- if .Values.global.mstoreStorageSize -}}
|
|
{{- .Values.global.mstoreStorageSize -}}
|
|
{{- end -}}
|
|
{{- else -}}
|
|
{{- .Values.main.storageSize -}}
|
|
{{- end -}}
|
|
{{- end -}}
|
|
|