postgres container was pointing to the wrong path to access the PV we set up for it.
data was being written to the container ephemeral storage rather than the pv, leading
to schema issues if the cache pod is restarted without having been initialized correctly
by the 8knot application server init pot
Signed-off-by: James Kunstle jkunstle@redhat.com
postgres container was pointing to the wrong path to access the PV we set up for it. data was being written to the container ephemeral storage rather than the pv, leading to schema issues if the cache pod is restarted without having been initialized correctly by the 8knot application server init pot Signed-off-by: James Kunstle jkunstle@redhat.com