From f87348a366ea215721fbdc7e7c3a04b72529aea0 Mon Sep 17 00:00:00 2001 From: Vaibhav Pathak Date: Fri, 30 Jan 2026 15:43:27 +0530 Subject: [PATCH] config file formate changed --- helm/schedulerservice/values-local.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/schedulerservice/values-local.yaml b/helm/schedulerservice/values-local.yaml index f00b913..5f092ff 100644 --- a/helm/schedulerservice/values-local.yaml +++ b/helm/schedulerservice/values-local.yaml @@ -96,11 +96,11 @@ config: { prod: { "authEnable": false, - "authServiceUrl": "http://hades-service/hades/authorize" + "auth_url": "http://hades-service/hades/authorize" }, test: { "authEnable": false, - "authServiceUrl": "http://hades-service/hades/authorize" + "auth_url": "http://hades-service/hades/authorize" } } log.cfg: |