Skip to content

Commit

Permalink
Merge pull request #209 from EugenMayer/patch-1
Browse files Browse the repository at this point in the history
Add more ENV vars for better out of the box deployment - fixes #205
  • Loading branch information
jp-gouin authored Oct 24, 2024
2 parents 7e1aa76 + 8b3cbda commit 8fd04c4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8fd04c4

Please sign in to comment.