Skip to content

Commit

Permalink
Update volumemount name in deployment (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfuelsh authored Apr 20, 2024
1 parent ebe88ee commit 52fe08d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/fuel-subgraph/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ spec:
periodSeconds: 5
timeoutSeconds: 10
volumeMounts:
- name: {{ include "fuel-subgraph.fullname" . }}
- name: fuel-subgraph-vol
mountPath: "/mnt/db"
resources:
{{- toYaml .Values.resources | nindent 12 }}
Expand Down

0 comments on commit 52fe08d

Please sign in to comment.