diff --git a/create/mysql.go b/create/mysql.go index 619a70e..899dc95 100644 --- a/create/mysql.go +++ b/create/mysql.go @@ -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)