Closed edevosc2c closed 1 year ago
By default, if you uninstall the helm chart all the automatically created PVC resources are deleted.
This may not be desired at all because that's where all the important data is stored.
This PR proposes to keep all the PVC resources by default and avoid helm deleting them.
Very good idea. We will also want to keep the postgresql volume then
Added!
By default, if you uninstall the helm chart all the automatically created PVC resources are deleted.
This may not be desired at all because that's where all the important data is stored.
This PR proposes to keep all the PVC resources by default and avoid helm deleting them.