Skip to content

Commit

Permalink
mount eospilot/eulake
Browse files Browse the repository at this point in the history
  • Loading branch information
garciagenrique committed Sep 19, 2024
1 parent 1dfa52f commit 68da51b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions infrastructure/cluster/flux/jhub/jhub-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,18 +152,18 @@ spec:
- name: cvmfs-vre
persistentVolumeClaim:
claimName: cvmfs-vre-pvc
# - 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/pilot/eulake/escape/data, defined on the configmap/eos-csi-dir-etc-eo
- name: eospilot-eulake # mounts the EOS RSE needed for the Rucio JupiterLab extension
hostPath:
path: /var/eos/eulake # This is pointing to /eos/pilot/eulake/escape/data, defined on the configmap/eos-csi-dir-etc-eo
extraVolumeMounts:
- name: cvmfs-vre
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
# readOnly: true
- name: eospilot-eulake # mounts the EOS RSE needed for the Rucio JupiterLab extension
mountPath: /eos/eulake
mountPropagation: HostToContainer
readOnly: true
image:
name: ghcr.io/vre-hub/vre-singleuser-py311
tag: sha-5106e39
Expand Down

0 comments on commit 68da51b

Please sign in to comment.