diff --git a/chart/templates/back/deployment.yaml b/chart/templates/back/deployment.yaml index fc6b1f5f..19e7fdf1 100644 --- a/chart/templates/back/deployment.yaml +++ b/chart/templates/back/deployment.yaml @@ -161,9 +161,6 @@ spec: {{- tpl (toYaml .) $ | nindent 8 }} {{- end }} volumes: - {{- with .Values.media.volumes }} - {{- toYaml . | nindent 8 }} - {{- end }} {{- with .Values.back.volumes }} {{- toYaml . | nindent 8 }} {{- end }}