Postgresql – Is there a way to attach a PVC to an existing, running Pod in Kubernetes?
I am using the Bitnami Postgresql-HA Helm charts to run a Postgresql cluster in Kubernetes. I also have a PersistentVolumeClaim (PVC) full of data that isn't going into the database. I'd like to mount this PVC in my Postgres pods…