From cd982e5fcdcd53ff258eeec5f58d55ca33da84ff Mon Sep 17 00:00:00 2001 From: Flavio Castelli Date: Fri, 25 Sep 2020 20:00:46 +0000 Subject: [PATCH] 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 Co-authored-by: Lunny Xiao Co-authored-by: Flavio Castelli Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/30 Reviewed-by: luhahn Reviewed-by: Lunny Xiao Reviewed-by: Andrew Thornton --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 85ecd9f..b3b9575 100644 --- a/README.md +++ b/README.md @@ -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