From 365749307313a846a01a145ddd3b5c2a420afab2 Mon Sep 17 00:00:00 2001 From: Arlan Lloyd Date: Sun, 14 Jul 2024 15:28:31 +0000 Subject: [PATCH] remove backend media mount --- chart/templates/back/deployment.yaml | 3 --- 1 file changed, 3 deletions(-) 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 }}