From 0ab91452473f4a519315cd8345399b01700c2499 Mon Sep 17 00:00:00 2001 From: YuviPanda Date: Wed, 19 May 2021 02:35:18 +0530 Subject: [PATCH] Fix openscapes hub 'homepage' config Since https://github.com/2i2c-org/pilot-hubs/pull/417, homepage needs to be under jupyterhub.custom --- config/hubs/openscapes.cluster.yaml | 31 +++++++++++++++-------------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/config/hubs/openscapes.cluster.yaml b/config/hubs/openscapes.cluster.yaml index e39c017cbe..86f9521946 100644 --- a/config/hubs/openscapes.cluster.yaml +++ b/config/hubs/openscapes.cluster.yaml @@ -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: