georchestra / helm-georchestra

geOrchestra helm chart
3 stars 6 forks source link

keep pvc resources by default #65

Closed edevosc2c closed 1 year ago

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

jeanpommier commented 1 year ago

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

edevosc2c commented 1 year ago

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

Added!