diff --git a/deploy/charts/emqx/templates/StatefulSet.yaml b/deploy/charts/emqx/templates/StatefulSet.yaml index b7b4af112..dcc03b996 100644 --- a/deploy/charts/emqx/templates/StatefulSet.yaml +++ b/deploy/charts/emqx/templates/StatefulSet.yaml @@ -149,7 +149,7 @@ spec: {{ toYaml .Values.resources | indent 12 }} volumeMounts: - name: emqx-data - mountPath: "/opt/emqx/data/mnesia" + mountPath: "/opt/emqx/data" - name: emqx-acl mountPath: "/opt/emqx/etc/acl.conf" subPath: "acl.conf"