Skip to content

Commit

Permalink
Fix openscapes hub 'homepage' config
Browse files Browse the repository at this point in the history
Since 2i2c-org#417,
homepage needs to be under jupyterhub.custom
  • Loading branch information
yuvipanda committed May 18, 2021
1 parent e5b90fe commit 0ab9145
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions config/hubs/openscapes.cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,21 +30,22 @@ hubs:
operator: "Exists"
effect: "NoSchedule"
jupyterhub:
homepage:
templateVars:
org:
name: Openscapes
logo_url: https://www.openscapes.org/img/logo.png
url: https://www.openscapes.org/
designed_by:
name: 2i2c
url: https://2i2c.org
operated_by:
name: 2i2c
url: https://2i2c.org
funded_by:
name: Openscapes
url: https://www.openscapes.org/
custom:
homepage:
templateVars:
org:
name: Openscapes
logo_url: https://www.openscapes.org/img/logo.png
url: https://www.openscapes.org/
designed_by:
name: 2i2c
url: https://2i2c.org
operated_by:
name: 2i2c
url: https://2i2c.org
funded_by:
name: Openscapes
url: https://www.openscapes.org/
singleuser:
defaultUrl: /lab
initContainers:
Expand Down

0 comments on commit 0ab9145

Please sign in to comment.