Skip to content

Commit

Permalink
helm: add CVMFS storage class
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonadoni committed Nov 14, 2023
1 parent 5a06eef commit adad9f0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Changes
Version 0.9.2 (UNRELEASED)
--------------------------

- Administrators:
- Changes CVMFS support to allow users to automatically mount any available repository, thanks to CVMFS CSI v2.
- Developers:
- Changes `python-run-tests` command to allow execution of selected pytests only by passing over `PYTEST_ADDOPTS` environment variable.
- Changes `python-run-tests` command to allow excluding certain Python components.
Expand Down
5 changes: 5 additions & 0 deletions helm/reana/templates/cvmfs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
apiVersion: storage.k8s.io/v1
kind: StorageClass
metadata:
name: {{ include "reana.prefix" . }}-cvmfs
provisioner: cvmfs.csi.cern.ch

0 comments on commit adad9f0

Please sign in to comment.