working commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{{- define "mstore.storageSize" -}}
|
||||
{{- if .Values.global -}}
|
||||
{{- if .Values.global.mstoreStorageSize -}}
|
||||
{{- .Values.global.mstoreStorageSize -}}
|
||||
{{- end -}}
|
||||
{{- else -}}
|
||||
{{- .Values.main.storageSize -}}
|
||||
{{- end -}}
|
||||
{{- end -}}
|
||||
|
||||
Reference in New Issue
Block a user