Question
How to configure a Helm chart to a block storage volume
I want to deploy a Helm chart on my Kubernetes cluster, but I want the deployment attached to a block storage volume, mainly so data is protected from automatic upgrades. Is there any way to do this?
I tried reading the documentation but I do not understand how I can do this with Helm (kinda new to Kubernetes :/): https://www.digitalocean.com/docs/kubernetes/how-to/add-volumes/