diff --git a/values.yaml b/values.yaml index a6f3f2b..efa4c65 100644 --- a/values.yaml +++ b/values.yaml @@ -141,12 +141,15 @@ 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' # Pod Disruption Budget for Stateful Set