PVC reuse when removing pod

When a pod is removed the previous PVC is not used and as new one is created. How do I ensure persistence when deleting pods?

PVC reuse will be the default in the future when the migration to stateful sets is complete. There's a meta issue here tracking the work if you'd like to take a look:

Awesome! Thanks!