From 355f57a656bd4b3f354902682ec6c5526c2175e1 Mon Sep 17 00:00:00 2001 From: Keith Suderman Date: Sun, 11 Aug 2024 11:21:14 -0400 Subject: [PATCH] Set the name of the CVMFS alien cache --- galaxy/values.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/galaxy/values.yaml b/galaxy/values.yaml index 6da949fd..b9f9516e 100644 --- a/galaxy/values.yaml +++ b/galaxy/values.yaml @@ -430,6 +430,11 @@ cvmfs: #- Deploy the Galaxy-CVMFS-CSI Helm Chart. This is an optional dependency, and for production scenarios it should be deployed separately as a cluster-wide resource deploy: true storageClassName: "{{ $.Release.Name }}-cvmfs" + cvmfscsi: + cache: + alien: + pvc: + name: cvmfs-alien-cache #- Configuration block if `s3csi` is used as the `refdata.type` s3csi: