From 94ee162ad57b7fe43ec3934b19431784cb796ff7 Mon Sep 17 00:00:00 2001 From: luhahn Date: Mon, 28 Dec 2020 03:26:51 +0800 Subject: [PATCH] Fix kebab-case bug in values (#89) Kebab case will fail because of the current ldap default values in values.yml as stated in #88 Co-authored-by: Lucas Hahn Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/89 Reviewed-by: lafriks Reviewed-by: techknowlogick Co-authored-by: luhahn Co-committed-by: luhahn --- values.yaml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/values.yaml b/values.yaml index dbc004a..56f15ba 100644 --- a/values.yaml +++ b/values.yaml @@ -82,17 +82,17 @@ gitea: ldap: enabled: false - name: "" - securityProtocol: "" - host: "" - port: "" - userSearchBase: "" - userFilter: "" - adminFilter: "" - emailAttribute: "" - bindDn: "" - bindPassword: "" - usernameAttribute: "" + #name: + #securityProtocol: + #host: + #port: + #userSearchBase: + #userFilter: + #adminFilter: + #emailAttribute: + #bindDn: + #bindPassword: + #usernameAttribute: config: {} # APP_NAME: "Gitea: Git with a cup of tea"