From 60eb1f72ade939929cf5516da9440fdfbbeea4e1 Mon Sep 17 00:00:00 2001 From: Simon Li Date: Sat, 17 Dec 2022 20:40:47 +0000 Subject: [PATCH] `.Values.config.BinderHub.use_registry defaults to true` `BinderHub.use_registry` defaults to True so if `.Values.config.BinderHub.use_registry` is not set it should be true not false --- helm-chart/binderhub/values.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/helm-chart/binderhub/values.yaml b/helm-chart/binderhub/values.yaml index e499d6abea..94883a1824 100644 --- a/helm-chart/binderhub/values.yaml +++ b/helm-chart/binderhub/values.yaml @@ -40,7 +40,9 @@ service: loadBalancerIP: config: - BinderHub: {} + BinderHub: + # This must equal the default value of c.BinderHub.use_registry + use_registry: true KubernetesBuildExecutor: {} extraConfig: {}