From f7f751d3f41e53e8b1729c23b1e9e930cc760fe6 Mon Sep 17 00:00:00 2001 From: Siri Kallhovd <47630846+sirikal@users.noreply.github.com> Date: Fri, 5 Jan 2024 14:11:47 +0100 Subject: [PATCH] additional information about subpath that is shared with users in jupyterhub --- repos/testing/jupyterhub/Chart.yaml | 2 +- repos/testing/jupyterhub/schema.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/repos/testing/jupyterhub/Chart.yaml b/repos/testing/jupyterhub/Chart.yaml index f133e0aa..c94b9e03 100755 --- a/repos/testing/jupyterhub/Chart.yaml +++ b/repos/testing/jupyterhub/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 description: Multi-user Jupyter installation with Dataporten integration name: jupyterhub icon: https://jupyterhub.readthedocs.io/en/stable/_static/logo.png -version: 0.16.204 +version: 0.16.205 maintainers: - name: Sigma2 AS email: contact@sigma2.no diff --git a/repos/testing/jupyterhub/schema.yaml b/repos/testing/jupyterhub/schema.yaml index 1fc1831b..e7ff3bd1 100644 --- a/repos/testing/jupyterhub/schema.yaml +++ b/repos/testing/jupyterhub/schema.yaml @@ -128,7 +128,7 @@ properties: - true subPath: type: string - description: "Which subpath within the storage to share" + description: "Which subpath within the storage to share. If the subpath does not already exist, it will be created. If this field is empty, the whole storage is shared." examples: - data startTimeout: