Fix extraVolumeMounts for api pod

This commit is contained in:
Florian Piesche 2021-03-09 02:38:01 +00:00
parent 9524a79501
commit 75b397b3a8
No known key found for this signature in database
GPG key ID: CF7283FB896221F3

View file

@ -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: