From aa18d8b38e16fa46e90cb8b1103d11b9dfe8b2ea Mon Sep 17 00:00:00 2001 From: Luis Aleixo Date: Thu, 13 Jan 2022 20:58:17 +0100 Subject: [PATCH] test on configmap auth-service 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 c596c31c..4172c389 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', 'auth-service'), + ('configmap', None), ('services', None), ('imagestreams', None), ('buildconfig', None),