Skip to content

Commit

Permalink
Fix log volume name (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
antejavor authored Nov 7, 2024
1 parent 9141ae3 commit c544ea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/memgraph/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ spec:
- name: {{ include "memgraph.fullname" . }}-lib-storage
mountPath: /var/lib/memgraph
{{- if .Values.persistentVolumeClaim.createLogStorage }}
- name: {{ include "memgraph.fullname" . }}-lib-storage
- name: {{ include "memgraph.fullname" . }}-log-storage
mountPath: /var/log/memgraph
{{- end }}
{{- if .Values.persistentVolumeClaim.createUserClaim }}
Expand Down

0 comments on commit c544ea4

Please sign in to comment.