From 200434aab00b82ab8c2d1e8219e8bd120c9dd271 Mon Sep 17 00:00:00 2001 From: LizBaldo Date: Fri, 9 Feb 2024 12:44:46 -0500 Subject: [PATCH] get drshub url from helm not hardcoded reference.conf --- http/src/main/resources/leo.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/http/src/main/resources/leo.conf b/http/src/main/resources/leo.conf index 1401939da7a..f6b71dff132 100644 --- a/http/src/main/resources/leo.conf +++ b/http/src/main/resources/leo.conf @@ -224,3 +224,7 @@ clusterFiles { proxyRootCaPem = ${?ROOT_CA_PEM_PATH} proxyRootCaKey = ${?ROOT_CA_KEY_PATH} } + +drs { + url = ${?DRS_URL} +} \ No newline at end of file