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