We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 03545a1 + c53d38d commit a6f2701Copy full SHA for a6f2701
helm-chart/binderhub/values.yaml
@@ -40,7 +40,9 @@ service:
40
loadBalancerIP:
41
42
config:
43
- BinderHub: {}
+ BinderHub:
44
+ # This must equal the default value of c.BinderHub.use_registry
45
+ use_registry: true
46
47
extraConfig: {}
48
testing/k8s-binder-k8s-hub/binderhub-chart-config-old.yaml
@@ -25,7 +25,7 @@ ingress:
25
# against which we haven't. We currently only test this via
26
# lint-and-validate-values.yaml that makes sure our rendered templates are
27
# valid against a k8s api-server.
28
-imageBuilderType: "local"
+imageBuilderType: host
29
30
# NOTE: This is a mirror of the jupyterhub section in
31
# jupyterhub-chart-config.yaml in testing/local-binder-k8s-hub, keep these
0 commit comments