georchestra / helm-georchestra

geOrchestra helm chart
3 stars 5 forks source link

keep pvc resources by default #65

Closed edevosc2c closed 7 months ago

edevosc2c commented 8 months 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.

jeanpommier commented 8 months ago

Very good idea. We will also want to keep the postgresql volume then

edevosc2c commented 8 months ago

Very good idea. We will also want to keep the postgresql volume then

Added!