RocketChat / helm-charts

Repository for RocketChat helm charts
37 stars 67 forks source link

PVC wrongly created when existingClaim is set #20

Closed ariep closed 2 years ago

ariep commented 3 years ago

If persistence.existingClaim is set, the deployment will use the PVC by that name instead of the one generated by the chart. However, the chart will still generate a then unused PVC in that case, leading to confusion.