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