From e7e5e77af3c81c2b8a665b9181a3ad3225d2b86a Mon Sep 17 00:00:00 2001 From: Sagar Patil Date: Fri, 10 Apr 2026 14:44:45 +0530 Subject: [PATCH] fix: mount config at /etc/onlinesales/config/hadesV2 for hadesV3 HadesV3 reads config from hardcoded path /etc/onlinesales/config/hadesV2/ but chart only mounted at /etc/onlinesales/config/hades/. App fell back to image defaults with is_app_ip_enabled=true. Co-Authored-By: Claude Opus 4.6 (1M context) --- hades/values-local.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/hades/values-local.yaml b/hades/values-local.yaml index 0d7ff17..af5d5a0 100644 --- a/hades/values-local.yaml +++ b/hades/values-local.yaml @@ -109,6 +109,7 @@ config: enabled: true mountPaths: - /etc/onlinesales/config/hades + - /etc/onlinesales/config/hadesV2 - /etc/onlinesales/db/hadesV2 files: hades.cfg: |