From 45b5f00919e0adf955eb0a6676abde02b4b81d74 Mon Sep 17 00:00:00 2001
From: "Aliaksandr Ramanovich (EPAM)" <aliaksandr_ramanovich1@epam.com>
Date: Wed, 31 Jan 2024 12:11:36 +0000
Subject: [PATCH] Fix: remove test value from gc chart

---
 devops/core-plus/deploy/values.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devops/core-plus/deploy/values.yaml b/devops/core-plus/deploy/values.yaml
index f081a5059..736d68040 100644
--- a/devops/core-plus/deploy/values.yaml
+++ b/devops/core-plus/deploy/values.yaml
@@ -1,5 +1,5 @@
 global:
-  domain: "arom.osdu.fun"
+  domain: ""
   useHttps: true
   limitsEnabled: true
 
-- 
GitLab