zalando / postgres-operator

Postgres operator creates and manages PostgreSQL clusters running in Kubernetes
https://postgres-operator.readthedocs.io/
MIT License
4.37k stars 980 forks source link

New Persistent Volume on Configuration Change #2794

Open holgerson97 opened 3 weeks ago

holgerson97 commented 3 weeks ago

Please, answer some short questions which should help us to understand your problem / question better?

I am currently running multiple clusters using the operator. When I perform an update to the cluster manifest a new PV and gets created. I want my data to persist across configuration changes, how can I achieve this?

Thanks in advance