Przeglądaj źródła

fix: Running on Openshift clusters with restricted writable filesystem containers

Mohammad Yosefpor 4 lat temu
rodzic
commit
1ae3f8c204
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      deploy/charts/emqx/templates/StatefulSet.yaml

+ 1 - 1
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"