Skip to content

Commit 6a2d720

Browse files
authored
fix: Disable user-scheduler in juypter helm-chart (#8)
* fix: Disable user-scheduler in juypter helm-chart * bump
1 parent 2887ec9 commit 6a2d720

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

stacks/_templates/jupyterhub.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: jupyterhub
33
repo:
44
name: jupyterhub
55
url: https://jupyterhub.github.io/helm-chart/
6-
version: 2.0.0
6+
version: 3.0.0
77
options:
88
hub:
99
config:
@@ -17,13 +17,16 @@ options:
1717
proxy:
1818
service:
1919
type: NodePort
20+
rbac:
21+
create: true
2022
prePuller:
2123
hook:
2224
enabled: false
2325
continuous:
2426
enabled: false
25-
rbac:
26-
create: true
27+
scheduling:
28+
userScheduler:
29+
enabled: false
2730
singleuser:
2831
# `cmd: null` allows the custom CMD of the Jupyter docker-stacks to be used
2932
# which performs further customization on startup.

0 commit comments

Comments
 (0)