[bitnami/postgresql-ha] Chart does not work properly without setting pg credentials via values or using existingSecret #30105
Labels
postgresql-ha
tech-issues
The user has a technical issue about an application
triage
Triage is needed
Name and Version
bitnami/postgresql-ha 14.2.34
What architecture are you using?
amd64
What steps will reproduce the bug?
POSTGRES_POSTGRES_PASSWORD
is not passed to the podAre you using any custom parameters or values?
What is the expected behavior?
When not setting an existingSecret or passing the password for postgres user in values, I expect that the chart generates a password and sets
POSTGRES_POSTGRES_PASSWORD
on the postgres pod so that it initializes properly.What do you see instead?
When not setting an existingSecret or passing the password for postgres user in values, the chart generates a password for the postgres user but does not set
POSTGRES_POSTGRES_PASSWORD
on the postgres pod - so it crash loops.This forces me to either set a credential for postgres user via values or use existingSecret, even though these secrets are generated properly if no credentials are passed via values.
The text was updated successfully, but these errors were encountered: