Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions infrastructure/cluster/flux/jhub/jhub-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,9 @@ spec:
hostPath:
# path: /var/eos/eulake # This is pointing to /eos/pilot/eulake/escape/data, defined on the configmap/eos-csi-dir-etc-eo
path: /var/eos/pilot
- name: eos-atlas
- name: eos-atlas-open-data
hostPath:
path: /var/eos/atlas
path: /var/eos/opendata/atlas
extraVolumeMounts:
- name: cvmfs-vre
mountPath: /cvmfs
Expand All @@ -185,8 +185,8 @@ spec:
mountPath: /eos/eulake
mountPropagation: HostToContainer
readOnly: true
- name: eos-atlas
mountPath: /eos/atlas
- name: eos-atlas-open-data
mountPath: /eos/opendata/atlas
mountPropagation: HostToContainer
readOnly: true
image:
Expand Down