Fix indentation error inside of yaml example (#30)
All checks were successful
continuous-integration/drone/push Build is passing

Merge branch 'master' into fix-indentation Merge branch 'master' into fix-indentation Fix indentation error inside of yaml example The `SCHEMA` key belongs to the `database` map. This commit fixes the indindentation to properly reflect that. Signed-off-by: Flavio Castelli <fcastelli@suse.com> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: Flavio Castelli <fcastelli@suse.com> Reviewed-on: gitea/helm-chart#30 Reviewed-by: luhahn <luhahn@noreply.gitea.io> Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com> Reviewed-by: Andrew Thornton <art27@cantab.net>
This commit was merged in pull request #30.
This commit is contained in:
Flavio Castelli
2020-09-25 20:00:46 +00:00
committed by techknowlogick
parent 1f95ae962c
commit cd982e5fcd

View File

@@ -65,7 +65,7 @@ An external Database can be used instead of builtIn postgresql or mysql.
NAME: gitea
USER: root
PASSWD: gitea
SCHEMA: gitea
SCHEMA: gitea
```
### Ports and external url