Skip to content

Commit

Permalink
swan: Set default host mountpoints for EOS and CVMFS
Browse files Browse the repository at this point in the history
Mount EOS and CVMFS on the default paths, if the goal is to only have
one SWAN deployment.
  • Loading branch information
PMax5 committed Aug 26, 2024
1 parent 1426a83 commit bb543d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions swan/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
cvmfs-csi:
enabled: true
automountHostPath: /var/cvmfs-blue
automountHostPath: /var/cvmfs
automountStorageClass:
create: true

Expand All @@ -18,7 +18,7 @@ cvmfs-csi:
#
eosxd-csi:
enabled: &eosEnabled true
automountHostPath: /var/eos-blue
automountHostPath: /var/eos
commonStorageClass:
enabled: true

Expand Down

0 comments on commit bb543d2

Please sign in to comment.