fix: Running on Openshift clusters with restricted writable filesystem containers

This commit is contained in:
Mohammad Yosefpor 2021-09-16 18:54:48 +04:30
parent 9d993e1625
commit 1ae3f8c204
No known key found for this signature in database
GPG Key ID: D85F1B06D39E2D8F
1 changed files with 1 additions and 1 deletions

View File

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