cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

commit 6d3f48dc0e7d6d16df3d652509a7ce8bd5edeb92
parent daf40d7282f4ff0619e9fb3c2c456c6465a9beb9
Author: MTRNord <mtrnord1@gmail.com>
Date:   Wed, 20 Mar 2024 09:35:12 +0100

Fix ldap variable

Diffstat:
Mapps/base/openldap/release.yaml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/base/openldap/release.yaml b/apps/base/openldap/release.yaml @@ -44,7 +44,7 @@ spec: enabled: false env: LDAP_ALLOW_ANON_BINDING: "false" - LDAP_ENABLE_TLS: "false" + LDAP_ENABLE_TLS: "no" #LDAP_LOGLEVEL: "64" phpldapadmin: enabled: true