File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ cryptnono:
2828 execwhacker :
2929 containerdHostPath : /run/k3s/containerd/containerd.sock
3030
31- binderhub-service :
31+ binderhub :
3232 config :
3333 BinderHub :
3434 hub_url : https://hub.2i2c-bare.mybinder.org
Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ dependencies:
88 version : 4.0.0
99 repository : https://jupyterhub.github.io/helm-chart/
1010
11- - name : binderhub-service
12- repository : file:///Users/yuvipanda/code/binderhub-service /binderhub-service /
11+ - name : binderhub
12+ repository : file:///Users/yuvipanda/code/binderhub/helm-chart /binderhub/
1313 # repository: https://2i2c.org/binderhub-service/
14- condition : binderhub-service .enabled
15- version : " 0. 1.0-0.dev.git.300.h3f0b9be "
14+ condition : binderhub.enabled
15+ version : " 1.0.0 -0.dev.git.4013.hd0c659e9 "
1616
1717 # https://github.com/kubernetes/ingress-nginx/tree/main/charts/ingress-nginx
1818 - name : ingress-nginx
Original file line number Diff line number Diff line change 3434 <html>
3535 <head>
3636 <title>Binder not found</title>
37- {{ $rootUrl := printf "https://%s" (index (index .Values " binderhub-service") .ingress.hosts 0) }}
37+ {{ $rootUrl := printf "https://%s" (index .Values. binderhub.ingress.hosts 0) }}
3838 <link href="{{ $rootUrl }}/static/dist/styles.css" rel="stylesheet">
3939 </head>
4040 <body>
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ etcJupyter:
7070 # when people leave a notebook open and wander off
7171 cull_connected : true
7272
73- binderhub-service :
73+ binderhub :
7474 replicas : 1
7575
7676 resources :
You can’t perform that action at this time.
0 commit comments