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: |