fix(chart): fix transcoder volumeMount (#765)

This commit is contained in:
Antoine 2025-01-05 22:49:23 +01:00 committed by GitHub
parent 147e0eef36
commit f918a3bc4b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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