Skip to content

Commit

Permalink
Merge pull request #103 from earthlab/new-hub
Browse files Browse the repository at this point in the history
removing admin users again
  • Loading branch information
Leah Wasser committed Aug 3, 2018
2 parents d826e38 + bbdc062 commit 047295e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions bootcamp-hub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ jupyterhub:
prometheus.io/scrape: "true"
# this needs to start with the value of `hub.baseUrl`
prometheus.io/path: /bootcamp-hub/hub/metrics
extraConfig:
auth: |
c.JupyterHub.authenticator_class = 'hashauthenticator.HashAuthenticator'
admin: |
c.Authenticator.admin_users = {'lwasser', 'jlpalomino ', 'betatim'}
c.JupyterHub.admin_access = True
# extraConfig:
# auth: |
# c.JupyterHub.authenticator_class = 'hashauthenticator.HashAuthenticator'
# admin: |
# c.Authenticator.admin_users = {'lwasser', 'jlpalomino ', 'betatim'}
# c.JupyterHub.admin_access = True
singleuser:
image:
# tag will be set by travis on deployment
Expand Down

0 comments on commit 047295e

Please sign in to comment.