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:
parent
91b0f32c79
commit
ffb6b84b3c
@ -123,7 +123,7 @@ database:
|
|||||||
host: "" # Will be set to mysql.fullname if mysql.enabled=true
|
host: "" # Will be set to mysql.fullname if mysql.enabled=true
|
||||||
port: "3306"
|
port: "3306"
|
||||||
name: "hades_db"
|
name: "hades_db"
|
||||||
username: "mysql_user"
|
username: "hades_user"
|
||||||
password: "" # Leave empty to auto-generate
|
password: "" # Leave empty to auto-generate
|
||||||
# For external database, set mysql.enabled=false and configure above values
|
# For external database, set mysql.enabled=false and configure above values
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user