From 75b397b3a850e2706774076b4cce21061f880cbf Mon Sep 17 00:00:00 2001 From: Florian Piesche Date: Tue, 9 Mar 2021 02:38:01 +0000 Subject: [PATCH] Fix extraVolumeMounts for api pod --- charts/funkwhale/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/funkwhale/templates/deployment.yaml b/charts/funkwhale/templates/deployment.yaml index d8b4b33..6fbf379 100644 --- a/charts/funkwhale/templates/deployment.yaml +++ b/charts/funkwhale/templates/deployment.yaml @@ -66,7 +66,7 @@ spec: name: frontend - name: data mountPath: /srv/funkwhale/data -{{- with .Values.extraVolumeMounts }} +{{- with .Values.api.extraVolumeMounts }} {{ toYaml . | nindent 12 }} {{- end }} resources: