Skip to content

Commit fb90c13

Browse files
committed
♻️(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
1 parent 4118d79 commit fb90c13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helm/impress/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ backend:
317317
themeCustomization:
318318
enabled: false
319319
file_content: ""
320-
mount_path: /app/configuration/theme/
320+
mount_path: /app/impress/configuration/theme
321321

322322

323323
## @param backend.celery.replicas Amount of celery replicas

0 commit comments

Comments
 (0)