Mailu / helm-charts

Development repo for helm charts
126 stars 130 forks source link

Add existingClaim option to the individual pods #372

Open hagak opened 2 weeks ago

hagak commented 2 weeks ago

Similar to how you can use an existingClaim for the single_pvc option this allows you to use an existingClaim for the individual pods. If you are deploying to a multi-node system single_pvc is not a great option and users may want to have a more custom PVC for their volumes, i.e. adding a volsync dataref for instance.

hagak commented 2 weeks ago

371