Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
josi19 committed Apr 17, 2024
2 parents c1151d7 + ab529df commit 8d916fe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions create/mysql.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,7 @@ func (cmd *mySQLCmd) newMySQL(namespace string) *storage.MySQL {
return mySQL
}

// ApplicationKongVars returns all variables which are used in the application
// create command
// MySQLKongVars returns all variables which are used per default for MySQL create command
func MySQLKongVars() (kong.Vars, error) {
result := make(kong.Vars)
result["mysql_user"] = string(storage.MySQLUser)
Expand Down

0 comments on commit 8d916fe

Please sign in to comment.