Skip to content

Commit

Permalink
fix path or eos fuse mounted volumes (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
garciagenrique authored Nov 30, 2023
1 parent 61bb7fd commit 0f20ef3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infrastructure/cluster/flux-v2/jhub/jhub-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,10 +173,10 @@ spec:
claimName: cvmfs
- name: eulake-cern-eos-rse # mounts the EOS RSE needed for the Rucio JupiterLab extension
hostPath:
path: /var/eos/eulake/eulake/escape/data
path: /var/eos/eulake/escape/data
- name: eulake-scratch-data # mounts the EOS scratch space which is not an RSE
hostPath:
path: /var/eos/eulake/eulake/escape/tmp_data
path: /var/eos/eulake/escape/tmp_data
extraVolumeMounts:
- name: cvmfs-cern-instance
mountPath: /cvmfs
Expand Down

0 comments on commit 0f20ef3

Please sign in to comment.