Skip to content

Commit

Permalink
update RUCIO_RSE_MOUNT_PATH var
Browse files Browse the repository at this point in the history
  • Loading branch information
garciagenrique committed Oct 2, 2024
1 parent 760ff76 commit 6e9c6e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions infrastructure/cluster/flux/jhub/jhub-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ spec:
# CVMFS automount volumes must be mounted with HostToContainer mount propagation.
mountPropagation: HostToContainer
- name: eospilot-eulake # mounts the EOS RSE needed for the Rucio JupiterLab extension
mountPath: /eos/eulake
mountPath: /eos/eulake/escape/data
mountPropagation: HostToContainer
readOnly: true
image:
Expand Down Expand Up @@ -197,8 +197,8 @@ spec:
RUCIO_OAUTH_ID: "rucio"
RUCIO_DEFAULT_INSTANCE: "vre-rucio.cern.ch"
RUCIO_DESTINATION_RSE: "CERN-EOS"
RUCIO_RSE_MOUNT_PATH: "/eos/eulake"
RUCIO_PATH_BEGINS_AT: "2"
RUCIO_RSE_MOUNT_PATH: "/eos/eulake/escape/data"
RUCIO_PATH_BEGINS_AT: "4"
RUCIO_CA_CERT: "/certs/rucio_ca.pem"
OAUTH2_TOKEN: "FILE:/tmp/eos_oauth.token"

Expand Down

0 comments on commit 6e9c6e9

Please sign in to comment.