Skip to content

Commit

Permalink
.Values.config.BinderHub.use_registry defaults to true
Browse files Browse the repository at this point in the history
`BinderHub.use_registry` defaults to True so if `.Values.config.BinderHub.use_registry` is not set it should be true not false
  • Loading branch information
manics committed Dec 24, 2022
1 parent 79a21a7 commit 60eb1f7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion helm-chart/binderhub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: {}
Expand Down

0 comments on commit 60eb1f7

Please sign in to comment.