From a88a767975ccd1d9400325d4ff1df26f9b843477 Mon Sep 17 00:00:00 2001 From: Aliaksandr Yakutovich Date: Thu, 17 Oct 2024 16:32:15 +0200 Subject: [PATCH] Increase user's storage to 50 Gi --- basehub/values.yaml.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/basehub/values.yaml.j2 b/basehub/values.yaml.j2 index 2835c0a..291e173 100644 --- a/basehub/values.yaml.j2 +++ b/basehub/values.yaml.j2 @@ -26,6 +26,7 @@ jupyterhub: homeMountPath: /home/jovyan dynamic: storageClass: default + capacity: 50Gi extraVolumes: - name: hub-templates configMap: