Fix indentation error inside of yaml example (#30)
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: https://gitea.com/gitea/helm-chart/pulls/30 Reviewed-by: luhahn <luhahn@noreply.gitea.io> Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com> Reviewed-by: Andrew Thornton <art27@cantab.net>
This commit is contained in:
parent
1f95ae962c
commit
cd982e5fcd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue