From 9bf8a790c48147a0790bdc3f936693c9ec4d5c4e Mon Sep 17 00:00:00 2001 From: Eugen Mayer <136934+EugenMayer@users.noreply.github.com> Date: Thu, 24 Oct 2024 07:59:58 +0200 Subject: [PATCH] Add more ENV vars for better out of the box deployment --- values.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/values.yaml b/values.yaml index a6f3f2b..cc9a216 100644 --- a/values.yaml +++ b/values.yaml @@ -141,13 +141,16 @@ serviceReadOnly: # Use the env variables from https://hub.docker.com/r/bitnami/openldap/ # Be careful, do not modify the following values unless you know exactly what your are doing env: - BITNAMI_DEBUG: "true" + # set this to "true" to enable bootstrap debugging + BITNAMI_DEBUG: "false" + # higher -> less verbose. See https://www.openldap.org/doc/admin26/slapdconfig.html LDAP_LOGLEVEL: "256" LDAP_REQUIRE_TLS: "false" LDAPTLS_REQCERT: "never" LDAP_ENABLE_TLS: "yes" LDAP_SKIP_DEFAULT_TREE: "no" - + LDAP_ALLOW_ANON_BINDING: no + LDAP_CONFIG_ADMIN_ENABLED: no # Pod Disruption Budget for Stateful Set # Disabled by default, to ensure backwards compatibility