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
But after adding the password I still got the error:
Helm install failed for release redash/redash with chart [email protected]: values don't meet the specifications of the schema(s) in the following chart(s): postgresql: - postgresqlPassword: Invalid type. Expected: string, given: null
So I went to the bitnami chart and found that the postgresqlPassword key is mandatory.
I'd like to ask to correct the chart for redash, add there also postgresqlPassword field and prefill both postgresqlPassword and password keys with some sane default settings.
The text was updated successfully, but these errors were encountered:
hey @gecube
you're using options for a chart of version 3.1.x for latest stable chart 3.0.1. you should use latest 3.1.0-alpha6 or please check the docs of tag 3.0.1 and update your values file
Good day!
I am trying to install the basic redash with the help of FluxCD. I prepared the basic manifest to achieve it:
Then I understood that I need to set up the password for the Postgres instance. As mentioned in the
values.yaml
here:contrib-helm-chart/charts/redash/values.yaml
Line 578 in e6dce74
But after adding the password I still got the error:
So I went to the bitnami chart and found that the
postgresqlPassword
key is mandatory.I'd like to ask to correct the chart for redash, add there also
postgresqlPassword
field and prefill bothpostgresqlPassword
andpassword
keys with some sane default settings.The text was updated successfully, but these errors were encountered: