Skip to content

Commit

Permalink
feat: add mysql options (#8157)
Browse files Browse the repository at this point in the history
Signed-off-by: togawa83 <togawa83@gmail.com>
  • Loading branch information
tatsuya-ogawa authored Mar 15, 2022
1 parent 08b7101 commit 5efc9fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions persist/sqldb/sqldb.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ func CreateMySQLDBSession(kubectlConfig kubernetes.Interface, namespace string,
Password: string(passwordByte),
Host: cfg.GetHostname(),
Database: cfg.Database,
Options: cfg.Options,
})
if err != nil {
return nil, "", err
Expand Down

0 comments on commit 5efc9fc

Please sign in to comment.