From f9155fb0e03b61960f8e9499d2ea02279fc3b960 Mon Sep 17 00:00:00 2001 From: Vaibhav Pathak Date: Fri, 30 Jan 2026 14:49:15 +0530 Subject: [PATCH] config file formate changed --- helm/schedulerservice/values-local.yaml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/helm/schedulerservice/values-local.yaml b/helm/schedulerservice/values-local.yaml index 1b44470..f00b913 100644 --- a/helm/schedulerservice/values-local.yaml +++ b/helm/schedulerservice/values-local.yaml @@ -94,8 +94,14 @@ config: } authConfig.cfg: | { - "authEnable": false, - "authServiceUrl": "http://hades-service/hades/authorize" + prod: { + "authEnable": false, + "authServiceUrl": "http://hades-service/hades/authorize" + }, + test: { + "authEnable": false, + "authServiceUrl": "http://hades-service/hades/authorize" + } } log.cfg: | log4j.rootLogger=DEBUG, stdout