opendatahub-io / model-registry-operator

Apache License 2.0
3 stars 17 forks source link

Need to maintain PGDATA for postresql on OCP #20

Closed tarilabs closed 10 months ago

tarilabs commented 10 months ago

Describe the bug Seems mount point need to be maintained, per indication here: https://hub.docker.com/_/postgres#:~:text=If%20the%20data,contain%20the%20data.

To Reproduce Steps to reproduce the behavior:

  1. Run kubectl apply -f config/samples/postgres-db.yaml while connected to an OCP cluster.
  2. Pod does not startup

Expected behavior Pod for Postgresql to startup correctly on OCP

Additional context n/a