filecoin-project / helm-charts

7 stars 7 forks source link

Presisent volumes should default to no-name storage class, such that the default k8s storageclass is used #82

Open travisperson opened 3 years ago

travisperson commented 3 years ago

Basically the title. Currently we default to a storage class called "gp2" which is lifted from our setup on aws using a gp2 storageclass we created. This ideally shouldn't be used and we should instead just default to whatever the users clusters has set.

This mostly affects the lotus-fullnode chart, but should be carried over to others.