Skip to content

Commit

Permalink
swan: Replace deployCsiDriver value with enabled for cvmfs-csi chart
Browse files Browse the repository at this point in the history
This change was done for simplicity reasons, since we no longer have
more than one type of storage driver for cvmfs
  • Loading branch information
PMax5 committed Aug 19, 2024
1 parent 709f55f commit 8d71076
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion swan/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ dependencies:
- name: cvmfs-csi
version: 2.5.0
repository: oci://registry.cern.ch/kubernetes/charts
condition: cvmfs-csi.deployCsiDriver
condition: cvmfs-csi.enabled
2 changes: 1 addition & 1 deletion swan/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
# This solution is based on automounting.
#
cvmfs-csi:
enabled: true
automountHostPath: /var/cvmfs-blue
deployCsiDriver: true

#
# EOS access
Expand Down

0 comments on commit 8d71076

Please sign in to comment.