Skip to content

Commit

Permalink
chore: update README.md (#420)
Browse files Browse the repository at this point in the history
  • Loading branch information
nakamasato authored Jan 14, 2025
1 parent 5389702 commit 92a7bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Reduce human operations:
![](docs/diagram.drawio.svg)

1. Custom Resource
1. `MySQL`: MySQL cluster (`host`, `port`, `adminUser`, `adminPassword` hoding the credentials to connect to MySQL)
1. `MySQL`: MySQL connection (`host`, `port`, `adminUser`, `adminPassword` holding the credentials to connect to MySQL. `adminUser` and `adminPassword` can be given by GSM or k8s Secret other than plaintext.)
1. `MySQLUser`: MySQL user (`mysqlName` and `host`)
1. `MySQLDB`: MySQL database (`mysqlName`, `dbName`, `schemaMigrationFromGitHub`)
1. Reconciler
Expand Down

0 comments on commit 92a7bce

Please sign in to comment.