LDAP support can be enabled in the chart by specifying the ldap.* parameters while creating a release. The following parameters should be configured to properly enable the LDAP support in the chart.
For example:
ldap.enabled="true"
ldap.server="my-ldap-server"
ldap.port="389"
ldap.user_dn_pattern="cn=${username},dc=example,dc=org"
If ldap.tls.enabled is set to true, consider using ldap.port=636 and checking the settings in the advancedConfiguration chart parameters.