You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In memgraph chart, lib-storage volume is mounted twice by the memgraph container, under /var/lib/memgraph and /var/log/memgraph. I suspect line 182 on the statefulset definition template should read
- name: {{ include "memgraph.fullname" . }}-log-storage
instead of
- name: {{ include "memgraph.fullname" . }}-lib-storage
In memgraph chart, lib-storage volume is mounted twice by the memgraph container, under /var/lib/memgraph and /var/log/memgraph. I suspect line 182 on the statefulset definition template should read
- name: {{ include "memgraph.fullname" . }}-log-storage
instead of
- name: {{ include "memgraph.fullname" . }}-lib-storage
See https://github.com/memgraph/helm-charts/blob/main/charts/memgraph/templates/statefulset.yaml for definition template.
The text was updated successfully, but these errors were encountered: