From 748b88139e312ee51fcbe9b850cd2b6089701700 Mon Sep 17 00:00:00 2001 From: Luis Aleixo Date: Fri, 14 Jan 2022 09:56:46 +0100 Subject: [PATCH] undo test on configmap name --- app-config/openshift/config-fetch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-config/openshift/config-fetch.py b/app-config/openshift/config-fetch.py index 4172c389..c596c31c 100644 --- a/app-config/openshift/config-fetch.py +++ b/app-config/openshift/config-fetch.py @@ -36,7 +36,7 @@ def fetch_config(output_directory: pathlib.Path): output_directory.mkdir(exist_ok=True, parents=True) for component, name in [ - ('configmap', None), + ('configmap', 'auth-service'), ('services', None), ('imagestreams', None), ('buildconfig', None),