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.
1 parent 2887ec9 commit 6a2d720Copy full SHA for 6a2d720
stacks/_templates/jupyterhub.yaml
@@ -3,7 +3,7 @@ name: jupyterhub
3
repo:
4
name: jupyterhub
5
url: https://jupyterhub.github.io/helm-chart/
6
-version: 2.0.0
+version: 3.0.0
7
options:
8
hub:
9
config:
@@ -17,13 +17,16 @@ options:
17
proxy:
18
service:
19
type: NodePort
20
+ rbac:
21
+ create: true
22
prePuller:
23
hook:
24
enabled: false
25
continuous:
26
- rbac:
- create: true
27
+ scheduling:
28
+ userScheduler:
29
+ enabled: false
30
singleuser:
31
# `cmd: null` allows the custom CMD of the Jupyter docker-stacks to be used
32
# which performs further customization on startup.
0 commit comments