Fix extraVolumeMounts for api pod
This commit is contained in:
parent
9524a79501
commit
75b397b3a8
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue