Skip to content

Commit

Permalink
Merge pull request #139 from bhavybarca/patch-1
Browse files Browse the repository at this point in the history
Update jupyterhub_config.py
  • Loading branch information
yuvipanda committed Mar 7, 2018
2 parents c07996b + 833d074 commit 650a7c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyterhub_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
# Do not use any authentication at all - any username / password will work.
c.JupyterHub.authenticator_class = 'dummyauthenticator.DummyAuthenticator'

c.KubeSpawner.user_storage_pvc_ensure = True
c.KubeSpawner.user_storage_pvc_ensure = False

c.JupyterHub.allow_named_servers = True

0 comments on commit 650a7c3

Please sign in to comment.