helm
helm copied to clipboard
fix(jobs): replaced deprecated command argument `--no-mariadb-socket` by the recommanded `--mariadb-user-host-login-scope='%'` (wildcard)
Please provide enough information so that others can review your pull request:
Explain the details for making this change. What existing problem does the pull request solve?
The create-site uses the deprecated --no-mariadb-socket command line argument.
Using the recommended --mariadb-user-host-login-scope='%' has been tested successfully
error message:
--no-mariadb-socket is DEPRECATED; use --mariadb-user-host-login-scope='%' (wildcard) or --mariadb-user-host-login-scope=, instead. The name of this option was misleading: it had nothing to do with sockets.