♻️(helm) change default customization CM mount path

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
This commit is contained in:
Manuel Raynaud
2025-05-12 19:29:01 +02:00
parent 4118d79525
commit fb90c13dad

View File

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