From 1ae3f8c2045fb1201d3904d2d1cd82f2c2ff85d8 Mon Sep 17 00:00:00 2001 From: Mohammad Yosefpor Date: Thu, 16 Sep 2021 18:54:48 +0430 Subject: [PATCH] fix: Running on Openshift clusters with restricted writable filesystem containers --- deploy/charts/emqx/templates/StatefulSet.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"