Remove whitespace
All checks were successful
continuous-integration/drone/pr Build is passing

And hopefully not adding other characters on mobile device. :) Signed-off-by: justusbunsi <justusbunsi@noreply.gitea.io>
This commit is contained in:
justusbunsi
2023-01-18 01:19:24 +08:00
parent cd410b50ce
commit 7c488cf096

View File

@@ -790,7 +790,7 @@ gitea:
| ---------------------------------- | ----------------------------------------------------------------- | ------- |
| `mariadb.enabled` | Enable MariaDB | `false` |
| `mariadb.auth.database` | Name of the database to create. | `gitea` |
| `mariadb.auth. username` | Username of the new user to create. | `gitea` |
| `mariadb.auth.username` | Username of the new user to create. | `gitea` |
| `mariadb.auth.password` | Password for the new user. Ignored if existing secret is provided | `gitea` |
| `mariadb.auth.rootPassword` | Password for the root user. | `gitea` |
| `mariadb.primary.service.port` | Port to connect to MariaDB service | `3306` |