From 9b8e9da01b467640bf96fe0ee5487ea47cb44236 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 12:26:52 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- config/clusters/2i2c-aws-us/neurohackademy.values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/clusters/2i2c-aws-us/neurohackademy.values.yaml b/config/clusters/2i2c-aws-us/neurohackademy.values.yaml index 5772cc4b5a..04c4e3885f 100644 --- a/config/clusters/2i2c-aws-us/neurohackademy.values.yaml +++ b/config/clusters/2i2c-aws-us/neurohackademy.values.yaml @@ -85,9 +85,9 @@ jupyterhub: value: "https://github.com/NeuroHackademy2024/curriculum" - name: SOURCE_BRANCH value: "main" - volumeMounts: - - name: home - mountPath: /home/jovyan + volumeMounts: + - name: home + mountPath: /home/jovyan subPath: "{username}" securityContext: runAsUser: 1000