How to automatically register a database in superset when deploying via Helm? #36443
Replies: 1 comment
-
|
Hi @victor98dl! I'm Dosu and I’m helping the superset team. You can automate database registration in Superset Helm deployments by using the
Tips:
This approach ensures your database is registered every time you deploy or redeploy Superset, with no manual steps required [source]. For more details and examples, see the Superset Helm chart documentation. To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Greetings,
I am deploying Superset via Helm in order to connect it to a PostgreSQL database located in another namespace. I’ve already managed to perform the deployment, and i would like to know: is there a way to register the database automatically without having to use the GUI as shown in the tutorial (https://superset.apache.org/docs/configuration/databases
)?
Every time i bring up the test environment, i need to register the database again. Below is my customized values.
Thank you in advance.
values.yaml
Beta Was this translation helpful? Give feedback.
All reactions