passwordUpdateJob does not take custom database name dynamically #30830
Labels
postgresql
solved
stale
15 days without activity
tech-issues
The user has a technical issue about an application
triage
Triage is needed
Name and Version
bitnami/postgres: 16.2.5
What architecture are you using?
amd64
What steps will reproduce the bug?
the following code in a helm template job.yaml for passwordUpdateJob
users hardcoded name of "postgres" for the user-defined database instead of taking in dynamically from
postgresql.auth.database
variable from values.yaml if defined.Are you using any custom parameters or values?
What is the expected behavior?
i am expecting to use
if
Values.auth.database
is defined, otherwise only use "postgres"What do you see instead?
hardcoded "postgres" name for user-defined databse
The text was updated successfully, but these errors were encountered: