Skip to content

Commit 493b0e0

Browse files
committed
binderhub-chart-config-old.yaml imageBuilderType: "local"
1 parent c64d689 commit 493b0e0

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

testing/k8s-binder-k8s-hub/binderhub-chart-config-old.yaml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,12 @@ ingress:
2020
# used actively in our CI system.
2121
enabled: true
2222

23-
dind:
24-
# Not enabled to test the creation/update of the image-cleaner DaemonSet
25-
# resource because it also requires us to setup a container registry to test
26-
# against which we haven't. We currently only test this via
27-
# lint-and-validate-values.yaml that makes sure our rendered templates are
28-
# valid against a k8s api-server.
29-
enabled: false
23+
# Not using dind to test the creation/update of the image-cleaner DaemonSet
24+
# resource because it also requires us to setup a container registry to test
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"
3029

3130
# NOTE: This is a mirror of the jupyterhub section in
3231
# jupyterhub-chart-config.yaml in testing/local-binder-k8s-hub, keep these

0 commit comments

Comments
 (0)