diff --git a/hub-templates/basehub/values.yaml b/hub-templates/basehub/values.yaml index 8f089d85b9..950eb1bb09 100644 --- a/hub-templates/basehub/values.yaml +++ b/hub-templates/basehub/values.yaml @@ -35,9 +35,9 @@ jupyterhub: mountPath: /home/jovyan/shared-readwrite subPath: _shared cloudResources: - provider: null + provider: gcp: - projectId: null + projectId: scratchBucket: enabled: false ingress: @@ -72,8 +72,6 @@ jupyterhub: hook: enabled: false proxy: - https: - enabled: false service: type: ClusterIP chp: @@ -161,7 +159,8 @@ jupyterhub: interfaces: - value: "/tree" title: Classic Notebook - description: The original single-document interface for creating Jupyter Notebooks. + description: The original single-document interface for creating + Jupyter Notebooks. - value: "/lab" title: JupyterLab description: A Powerful next generation notebook interface @@ -179,7 +178,7 @@ jupyterhub: - --Configurator.config_file=/usr/local/etc/jupyterhub-configurator/jupyterhub_configurator_config.py image: name: quay.io/2i2c/pilot-hub - tag: '0.0.1-n769.hfd04ce8' + tag: '0.0.1-n781.hf8d0498' config: JupyterHub: authenticator_class: oauthenticator.auth0.Auth0OAuthenticator @@ -311,4 +310,4 @@ jupyterhub: 'PANGEO_SCRATCH': f'{bucket_protocol}://{bucket_name}/$(JUPYTERHUB_USER)', } - c.KubeSpawner.environment.update(env) \ No newline at end of file + c.KubeSpawner.environment.update(env)