Ryan Sattler
11/22/2021, 5:42 AMpostgresql: persistence: enabled:
from false
to true
in the chart and helm install
, the chart appears to install successfully as normal and the various server pods are created, but the Postgres pod never appears and there are no error messages, nothing in kubcetl get deployments
or kubectl describe replicasets
etc. With the value false
it works fine (except for the part where it loses all data when the pod dies). Does anyone know how to debug this?Anna Geller
11/22/2021, 9:06 AMRyan Sattler
11/22/2021, 11:21 PM