1e462153 by Adam Heath

s/customData/custom-data/

1 parent a7011262
......@@ -129,8 +129,8 @@ spec:
{{- include "moqui.storage-mount" (list . "sessions" "/opt/moqui/runtime/sessions") | nindent 12 }}
{{- include "moqui.storage-mount" (list . "txlog" "/opt/moqui/runtime/txlog") | nindent 12 }}
{{- if .Values.customData }}
- mountPath: /opt/moqui/runtime/ecomponent/customData/data
name: customData
- mountPath: /opt/moqui/runtime/ecomponent/custom-data/data
name: custom-data
{{- end }}
{{- end }}
......