From 11e209c674f001e735eb7ad4a4ba41c953370f54 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= <valtri@civ.zcu.cz>
Date: Thu, 4 Apr 2024 19:48:03 +0000
Subject: [PATCH] Fix b2drop mountpoint in the "full" deployment

---
 cesnet-central/deployments/fullhub.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/cesnet-central/deployments/fullhub.yaml b/cesnet-central/deployments/fullhub.yaml
index 9043bd1..15d135f 100644
--- a/cesnet-central/deployments/fullhub.yaml
+++ b/cesnet-central/deployments/fullhub.yaml
@@ -38,6 +38,8 @@ singleuser:
     extraVolumeMounts:
       - name: cvmfs-host
         mountPath: "/cvmfs:shared"
+      - name: b2drop
+        mountPath: '/mnt/b2drop:shared'
   lifecycleHooks:
     postStart:
       exec: { "command": ["/bin/sh", "-c", "ln -snf /mnt/b2drop $HOME/b2drop; ln -snf /cvmfs $HOME/cvmfs; mkdir -p /home/jovyan/.notebookCheckpoints"] }
-- 
GitLab