You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hareshraman
changed the title
[bitnami/postgresql-ha] Existing secret to have key "postgres-password" even if user is postgres
[bitnami/postgresql-ha] Existing secret enforces key "postgres-password" even if user is postgres
Aug 19, 2024
Hi! Thank you so much for the report. I will forward this to the team, but as it is not a critical feature, I cannot guarantee an ETA. However, if you want to speed up the process, you can submit a PR and the team will take a look
I thought the bug maybe related to this PR #27095
According to the logic, A secret is used -> use the provided, "not" should not be in the following condition
(not (include "postgresql-ha.postgresqlCreateSecret" .))
Name and Version
bitnami/postgesql-ha:14.2.16
What architecture are you using?
None
What steps will reproduce the bug?
POSTGRES_POSTGRES_PASSWORD
shouldn't be created.As per block , in postgresql statefulset.yaml
postgres-password
in the existing-secretpostgres-chart-ha-secrets
Are you using any custom parameters or values?
The values.yaml are provided below.
What is the expected behavior?
If user is postgres, the section should not be executed
What do you see instead?
Environment is created for postgres_postgres_password even if the username is postgres.
Additional information
No response
The text was updated successfully, but these errors were encountered: