fix: Running on Openshift clusters with restricted writable filesystem containers
This commit is contained in:
parent
9d993e1625
commit
1ae3f8c204
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue