Merge pull request #5758 from m-yosefpor/main-v4.3
Backporting https://github.com/emqx/emqx/pull/5471 to main-v4.3
This commit is contained in:
commit
55d4dfde44
|
@ -149,7 +149,7 @@ spec:
|
||||||
{{ toYaml .Values.resources | indent 12 }}
|
{{ toYaml .Values.resources | indent 12 }}
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: emqx-data
|
- name: emqx-data
|
||||||
mountPath: "/opt/emqx/data/mnesia"
|
mountPath: "/opt/emqx/data"
|
||||||
- name: emqx-acl
|
- name: emqx-acl
|
||||||
mountPath: "/opt/emqx/etc/acl.conf"
|
mountPath: "/opt/emqx/etc/acl.conf"
|
||||||
subPath: "acl.conf"
|
subPath: "acl.conf"
|
||||||
|
|
Loading…
Reference in New Issue