mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -04:00
fix(chart): fix transcoder volumeMount (#765)
This commit is contained in:
parent
147e0eef36
commit
f918a3bc4b
@ -110,7 +110,7 @@ spec:
|
|||||||
{{- with .Values.media.volumeMounts }}
|
{{- with .Values.media.volumeMounts }}
|
||||||
{{- toYaml . | nindent 12 }}
|
{{- toYaml . | nindent 12 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if .Values.back.persistence.enabled }}
|
{{- if .Values.transcoder.persistence.enabled }}
|
||||||
- name: transcodermetadata
|
- name: transcodermetadata
|
||||||
mountPath: /metadata
|
mountPath: /metadata
|
||||||
{{- end }}
|
{{- end }}
|
||||||
@ -147,4 +147,4 @@ spec:
|
|||||||
{{- end }}
|
{{- end }}
|
||||||
{{- with .Values.transcoder.extraVolumes }}
|
{{- with .Values.transcoder.extraVolumes }}
|
||||||
{{- toYaml . | nindent 8 }}
|
{{- toYaml . | nindent 8 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user