fix: configurable root credentials for dbinit + allow dbinit for external DB #5
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix/external-db-credentials-and-dbinit"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
dbInit.mysqlUseranddbInit.mysqlPasswordKeyfrom values.yaml (defaults: root / mysql-root-password)Why
DEFINER=root@%Changes
job-dbinit.yaml: reads user/password-key from values instead of hardcodedvalues.yaml: addeddbInit.mysqlUser: rootanddbInit.mysqlPasswordKey: mysql-root-password