From 5e5d19221e652779a1d9bb632bb0ec3a2df3ce19 Mon Sep 17 00:00:00 2001
From: "Nastassia Rabeichykava (EPAM)" <nastassia_rabeichykava@epam.com>
Date: Thu, 16 Jun 2022 11:25:37 +0000
Subject: [PATCH] GONRG-5051: refactor dev2 pipeline

---
 devops/gcp/pipeline/override-stages.yml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/devops/gcp/pipeline/override-stages.yml b/devops/gcp/pipeline/override-stages.yml
index 16264fb71..466c27c54 100644
--- a/devops/gcp/pipeline/override-stages.yml
+++ b/devops/gcp/pipeline/override-stages.yml
@@ -1,11 +1,6 @@
 variables:
   OSDU_GCP_SERVICE: indexer
   OSDU_GCP_VENDOR: gcp
-  OSDU_GCP_HELM_CONFIG_SERVICE_VARS_DEV2: >
-    --set data.log_level=INFO
-    --set data.redis_search_host=$REDIS_SEARCH_HOST
-    --set data.redis_group_host=$REDIS_GROUP_HOST
-    --set data.google_audiences=$GOOGLE_AUDIENCE
 
 osdu-gcp-anthos-test:
   variables:
-- 
GitLab