Skip to content

Commit 197cf80

Browse files
committed
.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
1 parent b627afe commit 197cf80

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

helm-chart/binderhub/values.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ service:
4040
loadBalancerIP:
4141

4242
config:
43-
BinderHub: {}
43+
BinderHub:
44+
# This must equal the default value of c.BinderHub.use_registry
45+
use_registry: true
4446
KubernetesBuildExecutor: {}
4547

4648
extraConfig: {}

0 commit comments

Comments
 (0)