File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
testing/k8s-binder-k8s-hub Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments