From eed56bc4fdc2cc2070b61c8aa90ee525f23c48e9 Mon Sep 17 00:00:00 2001 From: Giovanni Guerrieri <49747129+Soap2G@users.noreply.github.com> Date: Wed, 13 Aug 2025 08:45:16 +0200 Subject: [PATCH] feat: enable eos opendata storage endpoint --- infrastructure/cluster/flux/jhub/jhub-release.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/infrastructure/cluster/flux/jhub/jhub-release.yaml b/infrastructure/cluster/flux/jhub/jhub-release.yaml index 5c84f40..2a51fd2 100644 --- a/infrastructure/cluster/flux/jhub/jhub-release.yaml +++ b/infrastructure/cluster/flux/jhub/jhub-release.yaml @@ -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 @@ -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: