Skip to content

Commit

Permalink
Pass CVMFS configuration to jupyterhub configuration
Browse files Browse the repository at this point in the history
This allows the CVMFS host path to be changed and make the jupyterhub
aware of such change. Otherwise, it will just default the path to the
default one (/var/cvmfs).
  • Loading branch information
PMax5 committed Mar 15, 2024
1 parent 1757df9 commit 60b8c03
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion swan/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ cvmfs:
- cvmfs-config.cern.ch
- sft.cern.ch
- sft-nightlies.cern.ch
mountOptions:
mountOptions: &cvmfsMountOptions
hostMountpoint: /var/cvmfs
# Prefetcher is provided only by the daemonSet
prefetcher:
Expand Down Expand Up @@ -236,6 +236,7 @@ jupyterhub:
deployCsiDriver: *cvmfsDeployCSI
useCsiDriver: *cvmfsUseCSI
repositories: *cvmfsRepos
mountOptions: *cvmfsMountOptions
eos:
deployDaemonSet: *eosDeployDS
deployCsiDriver: *eosDeployCSI
Expand Down

0 comments on commit 60b8c03

Please sign in to comment.