diff --git a/chart/templates/back/deployment.yaml b/chart/templates/back/deployment.yaml index 1e446444..a2dac8e4 100644 --- a/chart/templates/back/deployment.yaml +++ b/chart/templates/back/deployment.yaml @@ -147,9 +147,6 @@ spec: {{- toYaml . | nindent 12 }} {{- end }} volumeMounts: - {{- with .Values.media.volumeMounts }} - {{- toYaml . | nindent 12 }} - {{- end }} {{- with .Values.back.kyoo_back.volumeMounts }} {{- toYaml . | nindent 12 }} {{- end }}