From 7fc444c08e72f6baf8666102b9b0015af964361b Mon Sep 17 00:00:00 2001 From: luhahn Date: Thu, 23 Dec 2021 21:43:21 +0800 Subject: [PATCH] Update README with multiple LDAP Sources (#271) We did not mention the multiple LDAP Sources as a breaking change. Co-authored-by: Lucas Hahn Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/271 Reviewed-by: justusbunsi Reviewed-by: Andrew Thornton --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b364f6b..cf2230b 100644 --- a/README.md +++ b/README.md @@ -109,12 +109,13 @@ gitea: podAnnotations: {} ``` -### Multiple OAuth authentication sources +### Multiple OAuth and LDAP authentication sources With `5.0.0` of this Chart it is now possible to configure Gitea with multiple -OAuth sources. As a result, you need to update an existing OAuth configuration +OAuth and LDAP sources. As a result, you need to update an existing OAuth/LDAP configuration in your customized `values.yaml` by replacing the object with settings to a list -of settings objects. See [OAuth2 Settings](#oauth-settings) section for details. +of settings objects. See [OAuth2 Settings](#oauth-settings) and +[LDAP Settings](#ldap-settings) section for details. ## Chart upgrade from 3.x.x to 4.0.0