fix: revert database.username to hades_user (Backstage overrides this value)

The values.yaml database.username has no effect when Backstage deploys
with mysql.enabled=false — Backstage passes the username from the UI.
The shared MySQL init SQL needs to create hades_user separately.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Sagar Patil 2026-04-28 14:09:06 +05:30
parent 91b0f32c79
commit ffb6b84b3c

View File

@ -123,7 +123,7 @@ database:
host: "" # Will be set to mysql.fullname if mysql.enabled=true
port: "3306"
name: "hades_db"
username: "mysql_user"
username: "hades_user"
password: "" # Leave empty to auto-generate
# For external database, set mysql.enabled=false and configure above values