Skip to content

Commit

Permalink
comment extraVolumes for the moment - cvmfs
Browse files Browse the repository at this point in the history
  • Loading branch information
garciagenrique committed Apr 25, 2024
1 parent 2606f9b commit 291fc93
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions infrastructure/cluster/flux/jhub-dev/jhub-dev-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,17 +148,17 @@ spec:
static:
pvcName: jhub-dev-pvc
extraVolumes:
- name: cvmfs-vre-dev
persistentVolumeClaim:
claimName: cvmfs
# - name: cvmfs-vre-dev
# persistentVolumeClaim:
# claimName: cvmfs
# - name: eulake-cern-eos-rse # mounts the EOS RSE needed for the Rucio JupiterLab extension
# hostPath:
# path: /var/eos/eulake # This is pointing to /eos/eulake/escape/data, defined on the eosxd/configmap
extraVolumeMounts:
- name: cvmfs-vre-dev
mountPath: /cvmfs
# CVMFS automount volumes must be mounted with HostToContainer mount propagation.
mountPropagation: HostToContainer
# - name: cvmfs-vre-dev
# mountPath: /cvmfs
# # CVMFS automount volumes must be mounted with HostToContainer mount propagation.
# mountPropagation: HostToContainer
# - name: eulake-cern-eos-rse # mounts the EOS RSE needed for the Rucio JupiterLab extension
# mountPath: /eos/cern-eos-rse
# mountPropagation: HostToContainer
Expand Down

0 comments on commit 291fc93

Please sign in to comment.