Skip to content
Snippets Groups Projects
Commit 6433a95c authored by František Dvořák's avatar František Dvořák
Browse files

Demo: fix b2drop

parent eb6bc670
No related branches found
No related tags found
No related merge requests found
...@@ -38,6 +38,8 @@ singleuser: ...@@ -38,6 +38,8 @@ singleuser:
extraVolumeMounts: extraVolumeMounts:
- name: cvmfs-host - name: cvmfs-host
mountPath: "/cvmfs:shared" mountPath: "/cvmfs:shared"
- name: b2drop
mountPath: '/mnt/b2drop:shared'
lifecycleHooks: lifecycleHooks:
postStart: postStart:
exec: { "command": ["/bin/sh", "-c", "ln -snf /mnt/b2drop $HOME/b2drop; ln -snf /cvmfs $HOME/cvmfs; mkdir -p /home/jovyan/.notebookCheckpoints"] } exec: { "command": ["/bin/sh", "-c", "ln -snf /mnt/b2drop $HOME/b2drop; ln -snf /cvmfs $HOME/cvmfs; mkdir -p /home/jovyan/.notebookCheckpoints"] }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment