From 5be56af00a897fffbf5414052a220233c68003d5 Mon Sep 17 00:00:00 2001 From: roy_fuel <96140895+rfuelsh@users.noreply.github.com> Date: Sat, 20 Apr 2024 08:28:48 -0400 Subject: [PATCH] Update deployment.yaml --- helm/fuel-subgraph/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/fuel-subgraph/templates/deployment.yaml b/helm/fuel-subgraph/templates/deployment.yaml index fe8d60b..fcd6c83 100644 --- a/helm/fuel-subgraph/templates/deployment.yaml +++ b/helm/fuel-subgraph/templates/deployment.yaml @@ -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 }}