How to configure credentials for external postgresql from a secret using helm #27201
Unanswered
moritzsanne
asked this question in
Q&A / Help
Replies: 1 comment 1 reply
-
Are there any solutions or possible work-arounds for this? We are facing the exact same issue in our project. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are trying to deploy superset with the helmchart (0.12.6) with an external postgresql instance.
We pass the postgres credentials to the Helm chart as suggested by the comment https://github.com/apache/superset/blob/7330125fe9233b4cbae71ea343243f89c383a557/helm/superset/values.yaml#L84, as such:
The relevant section of the generated manifests looks like this:
We observe the init-db container using not our credentials but instead the default credentials:
We suspect, that this part in the init-db job is overwriting our credentials with the default values,
How can we configure the Helm chart so that the generated manifest no longer passes the default credentials to the pods but uses our credentials instead?
Many Thanks
Beta Was this translation helpful? Give feedback.
All reactions