From cdd2d34ca0fed18978e30c66f91bf28b7e66ea15 Mon Sep 17 00:00:00 2001 From: Christopher Ostrouchov Date: Fri, 21 Apr 2023 16:32:12 -0400 Subject: [PATCH] Typo in the conda-store <-> conda_store key (#1740) --- nebari/stages/input_vars.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nebari/stages/input_vars.py b/nebari/stages/input_vars.py index 6b8a1d388b..8a5a8862a9 100644 --- a/nebari/stages/input_vars.py +++ b/nebari/stages/input_vars.py @@ -296,7 +296,7 @@ def stage_07_kubernetes_services(stage_outputs, config): "conda-store-extra-config": config.get("conda_store", {}).get( "extra_config", "" ), - "conda-store-image-tag": config.get("conda-store", {}).get( + "conda-store-image-tag": config.get("conda_store", {}).get( "image_tag", DEFAULT_CONDA_STORE_IMAGE_TAG ), # jupyterhub