Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set the name of the CVMFS alien cache #497

Merged
merged 1 commit into from
Aug 12, 2024
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
Set the name of the CVMFS alien cache
  • Loading branch information
ksuderman committed Aug 11, 2024
commit 355f57a656bd4b3f354902682ec6c5526c2175e1
5 changes: 5 additions & 0 deletions galaxy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading