From 65f63e5d28fc7847ba9d4a229a542b40da95b722 Mon Sep 17 00:00:00 2001
From: Yurii Pelykh <yurii_pelykh@epam.com>
Date: Fri, 10 Feb 2023 15:11:38 +0200
Subject: [PATCH] GONRG-6443: Remove configmap jobs and variables

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

diff --git a/devops/gc/pipeline/override-stages.yml b/devops/gc/pipeline/override-stages.yml
index 83dd01b4..cb0f687b 100644
--- a/devops/gc/pipeline/override-stages.yml
+++ b/devops/gc/pipeline/override-stages.yml
@@ -4,8 +4,6 @@ variables:
   GC_INT_TEST_TYPE: python
   GC_PYTHON_INT_TEST_SUBDIR: testing/unit_test_gc
   GC_ANTHOS_PYTHON_INT_TEST_SUBDIR: testing/unit_test_anthos
-  # FIXME remove when all services are migrated to a single helm
-  GC_ENABLE_HELM_CONFIG: "false"
 
 gc-test-python:
   variables:
-- 
GitLab