From fb90c13dad65843755b31186fa7768c481f0d170 Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Mon, 12 May 2025 19:29:01 +0200 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F(helm)=20change=20default=20c?= =?UTF-8?q?ustomization=20CM=20mount=20path?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The mount path used in the backend deployment to mount the customization file ConfigMap is not the same from the default settings. To avoid extra configuration we change it to refrlect the default value of settings.THEME_CUSTOMIZATION_FILE_PATH --- src/helm/impress/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helm/impress/values.yaml b/src/helm/impress/values.yaml index 989dcbbb..f743f02d 100644 --- a/src/helm/impress/values.yaml +++ b/src/helm/impress/values.yaml @@ -317,7 +317,7 @@ backend: themeCustomization: enabled: false file_content: "" - mount_path: /app/configuration/theme/ + mount_path: /app/impress/configuration/theme ## @param backend.celery.replicas Amount of celery replicas