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:
Zaiming (Stone) Shi 2021-09-16 21:36:50 +02:00 committed by GitHub
commit 55d4dfde44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"