Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion packages/services/jupyterhub/jupyterhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

apiVersion: v1alpha1
name: jupyterhub
tag: 4.3.3-p01
tag: 4.3.3-p02
protected: false
description: |
JupyterHub - Multi-user interactive development environment for data science and machine learning.
Expand Down Expand Up @@ -170,6 +170,7 @@ modules:
config:
# https://oauthenticator.readthedocs.io/en/latest/how-to/refresh.html
JupyterHub:
hub_connect_url: "http://{{ $release }}-hub.{{ $namespace }}.svc.cluster.local:8081"
authenticator_class: generic-oauth
load_roles:
- name: user
Expand Down
Loading