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 <[email protected]> Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/89 Reviewed-by: lafriks <[email protected]> Reviewed-by: techknowlogick <[email protected]> Co-authored-by: luhahn <[email protected]> Co-committed-by: luhahn <[email protected]>
This commit is contained in:
+11
-11
@@ -82,17 +82,17 @@ gitea:
|
|||||||
|
|
||||||
ldap:
|
ldap:
|
||||||
enabled: false
|
enabled: false
|
||||||
name: ""
|
#name:
|
||||||
securityProtocol: ""
|
#securityProtocol:
|
||||||
host: ""
|
#host:
|
||||||
port: ""
|
#port:
|
||||||
userSearchBase: ""
|
#userSearchBase:
|
||||||
userFilter: ""
|
#userFilter:
|
||||||
adminFilter: ""
|
#adminFilter:
|
||||||
emailAttribute: ""
|
#emailAttribute:
|
||||||
bindDn: ""
|
#bindDn:
|
||||||
bindPassword: ""
|
#bindPassword:
|
||||||
usernameAttribute: ""
|
#usernameAttribute:
|
||||||
|
|
||||||
config: {}
|
config: {}
|
||||||
# APP_NAME: "Gitea: Git with a cup of tea"
|
# APP_NAME: "Gitea: Git with a cup of tea"
|
||||||
|
|||||||
Reference in New Issue
Block a user