undo test on configmap name
This commit is contained in:
parent
aa18d8b38e
commit
748b88139e
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ def fetch_config(output_directory: pathlib.Path):
|
||||||
output_directory.mkdir(exist_ok=True, parents=True)
|
output_directory.mkdir(exist_ok=True, parents=True)
|
||||||
|
|
||||||
for component, name in [
|
for component, name in [
|
||||||
('configmap', None),
|
('configmap', 'auth-service'),
|
||||||
('services', None),
|
('services', None),
|
||||||
('imagestreams', None),
|
('imagestreams', None),
|
||||||
('buildconfig', None),
|
('buildconfig', None),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue