Files
mstore/chart/templates/_storagesize.tpl
T
2026-02-14 21:17:15 +02:00

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