From 863a71027131389048514dae461cdd45e22d5f58 Mon Sep 17 00:00:00 2001 From: Nick Brown Date: Fri, 15 Sep 2023 10:45:13 -0600 Subject: [PATCH] FIX: move into work directory to prevent breaking user home dir --- jupyter-treus/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jupyter-treus/values.yaml b/jupyter-treus/values.yaml index f0f2f3b..3a64949 100644 --- a/jupyter-treus/values.yaml +++ b/jupyter-treus/values.yaml @@ -17,7 +17,7 @@ jupyter: - mountPath: /app/models name: model-volume # FIXME: make sure this is changed to the active user!! - - mountPath: /home/jovyan + - mountPath: /home/jovyan/work name: lab-volume ingress: