Skip to content

Commit

Permalink
correct bug #85
Browse files Browse the repository at this point in the history
  • Loading branch information
jpgouin committed Jan 7, 2023
1 parent 48966ba commit eb7dba3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
- bitnami-common
version: 1.x.x
home: https://www.openldap.org
version: 4.0.0
version: 4.0.1
appVersion: 2.6.3
description: Community developed LDAP software
icon: https://raw.githubusercontent.com/jp-gouin/helm-openldap/master/logo.png
Expand Down
2 changes: 0 additions & 2 deletions templates/configmap-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ metadata:
data:
LDAP_ROOT: {{ include "global.baseDomain" . }}
LDAP_EXTRA_SCHEMAS: "cosine,inetorgperson,nis,syncprov,serverid,csyncprov,rep,bsyncprov,brep"
LDAP_CONFIG_ADMIN_ENABLED: "true"
LDAP_CONFIG_ADMIN_USERNAME: "config"
{{- if .Values.users }}
LDAP_USERS: {{ .Values.users }}
{{- end }}
Expand Down
1 change: 1 addition & 0 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ env:
LDAPTLS_REQCERT: "never"
LDAP_ENABLE_TLS: "yes"
LDAP_CONFIG_ADMIN_ENABLED: "yes"
LDAP_CONFIG_ADMIN_USERNAME: "config"
LDAP_SKIP_DEFAULT_TREE: "no"

# Pod Disruption Budget for Stateful Set
Expand Down

0 comments on commit eb7dba3

Please sign in to comment.