Skip to content

Commit

Permalink
Add more ENV vars for better out of the box deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
EugenMayer authored Oct 24, 2024
1 parent 7e1aa76 commit 9bf8a79
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9bf8a79

Please sign in to comment.