Skip to content

Commit

Permalink
Deploy cvmfs storage class through cvmfs-csi chart
Browse files Browse the repository at this point in the history
Deploy it through the cvmfs-csi chart instead of defining it in the swan
chart, for simplicity purposes
  • Loading branch information
PMax5 authored and etejedor committed Aug 20, 2024
1 parent 8e384a5 commit b60926f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
apiVersion: storage.k8s.io/v1
kind: StorageClass
metadata:
name: cvmfs
provisioner: cvmfs.csi.cern.ch
---
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
Expand Down
2 changes: 2 additions & 0 deletions swan/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
cvmfs-csi:
enabled: true
automountHostPath: /var/cvmfs-blue
automountStorageClass:
create: true

#
# EOS access
Expand Down

0 comments on commit b60926f

Please sign in to comment.