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 <lucas.hahn@novum-rgi.de> Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/89 Reviewed-by: lafriks <lafriks@noreply.gitea.io> Reviewed-by: techknowlogick <techknowlogick@gitea.io> Co-authored-by: luhahn <luhahn@noreply.gitea.io> Co-committed-by: luhahn <luhahn@noreply.gitea.io>
This commit is contained in:
parent
9b2e76c9cf
commit
94ee162ad5
22
values.yaml
22
values.yaml
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user