1e462153 by Adam Heath

s/customData/custom-data/

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