From f918a3bc4b7a5e2855cdac12b92db02ff271ea79 Mon Sep 17 00:00:00 2001 From: Antoine Date: Sun, 5 Jan 2025 22:49:23 +0100 Subject: [PATCH] fix(chart): fix transcoder volumeMount (#765) --- chart/templates/transcoder/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chart/templates/transcoder/deployment.yaml b/chart/templates/transcoder/deployment.yaml index f69f1dcc..0f3219d5 100644 --- a/chart/templates/transcoder/deployment.yaml +++ b/chart/templates/transcoder/deployment.yaml @@ -110,7 +110,7 @@ spec: {{- with .Values.media.volumeMounts }} {{- toYaml . | nindent 12 }} {{- end }} - {{- if .Values.back.persistence.enabled }} + {{- if .Values.transcoder.persistence.enabled }} - name: transcodermetadata mountPath: /metadata {{- end }} @@ -147,4 +147,4 @@ spec: {{- end }} {{- with .Values.transcoder.extraVolumes }} {{- toYaml . | nindent 8 }} - {{- end }} \ No newline at end of file + {{- end }}