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
The default value of postgresql.auth.password in values.yaml is set to null, which can lead to errors in certain situations.
Error: values don't meet the specifications of the schema(s) in the following chart(s):
postgresql:
- postgresqlPassword: Invalid type. Expected: string, given: null
The postgresql.auth.password field is unnecessary when postgresql.existingSecret is specified, but it is still required.
# postgresql.auth.password -- REQUIRED: PostgreSQL password for redash user (when postgresql chart enabled)
password:
This issue arises due to changes introduced in Helm 3.17.1 ( helm/helm#12879 ).
Please consider setting a default string for postgresql.auth.password to prevent such errors.
The text was updated successfully, but these errors were encountered:
techno-tanoC
changed the title
postgresql.auth.password defaulting to null causes errors in some casespostgresql.auth.password defaulting to null causes errors in some cases on helm 1.31.1
Feb 17, 2025
techno-tanoC
changed the title
postgresql.auth.password defaulting to null causes errors in some cases on helm 1.31.1postgresql.auth.password defaulting to null causes errors in some cases on helm 3.31.1
Feb 17, 2025
techno-tanoC
changed the title
postgresql.auth.password defaulting to null causes errors in some cases on helm 3.31.1postgresql.auth.password defaulting to null causes errors in some cases on helm 3.17.1
Feb 17, 2025
Hello,
The default value of
postgresql.auth.password
invalues.yaml
is set to null, which can lead to errors in certain situations.The
postgresql.auth.password
field is unnecessary whenpostgresql.existingSecret
is specified, but it is still required.contrib-helm-chart/charts/redash/values.yaml
Lines 595 to 596 in 8b08dab
This issue arises due to changes introduced in Helm 3.17.1 ( helm/helm#12879 ).
Please consider setting a default string for
postgresql.auth.password
to prevent such errors.The text was updated successfully, but these errors were encountered: