Skip to content

feat(chart): add database name configuration#665

Open
millin wants to merge 1 commit intoacryldata:masterfrom
millin:fix/database_name
Open

feat(chart): add database name configuration#665
millin wants to merge 1 commit intoacryldata:masterfrom
millin:fix/database_name

Conversation

@millin
Copy link

@millin millin commented Mar 5, 2026

This PR allows configuring the database name through Helm values. Previously, the database name was hardcoded in the templates.

Checklist


Note

Low Risk
Small Helm chart change that only parameterizes the database name used by setup jobs; low risk aside from potential misconfiguration leading to jobs targeting the wrong DB.

Overview
Adds a new Helm value global.sql.datasource.database (default datahub) and wires it into the MySQL and PostgreSQL setup job templates so DATAHUB_DB_NAME is no longer hardcoded.

Updates values.schema.json, values.yaml, and the chart README.md values table to document and validate the new database-name setting.

Written by Cursor Bugbot for commit 4454693. This will update automatically on new commits. Configure here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant