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
{{- if .Values.persistentVolumeClaim.createLogStorage }}
- name: {{ include "memgraph.fullname" . }}-lib-storage # here is the incorrect linemountPath: /var/log/memgraph{{- end }}
Should be changed to
{{- if .Values.persistentVolumeClaim.createLogStorage }}
- name: {{ include "memgraph.fullname" . }}-log-storage # should be log-storage here instead of lib-storagemountPath: /var/log/memgraph{{- end }}
Chart type
Standalone
Chart version
0.1.x
Environment
My environment is not listed
Relevant log output
No response
The text was updated successfully, but these errors were encountered:
dintorf
changed the title
[BUG] Volume mount name for log storage is incorrect
[Bug] Volume mount name for log storage is incorrect
Sep 9, 2024
dintorf
changed the title
[Bug] Volume mount name for log storage is incorrect
[Bug]: Volume mount name for log storage is incorrect
Sep 9, 2024
Contact Details
No response
What happened?
The volume mount name for the log storage claim is incorrect. It points to the lib storage claim.
https://github.com/memgraph/helm-charts/blob/main/charts/memgraph/templates/statefulset.yaml#L181-L184
Should be changed to
Chart type
Standalone
Chart version
0.1.x
Environment
My environment is not listed
Relevant log output
No response
The text was updated successfully, but these errors were encountered: