diff --git a/templates/_helpers.tpl b/templates/_helpers.tpl index ac27719..e95e3b8 100755 --- a/templates/_helpers.tpl +++ b/templates/_helpers.tpl @@ -69,7 +69,7 @@ Generate olcSyncRepl list {{- define "olcSyncRepls" -}} {{- $name := (include "openldap.fullname" .) }} {{- $namespace := .Release.Namespace }} -{{- $bindDNUser := ternary .Values.global.configUser }} +{{- $bindDNUser := .Values.global.configUser }} {{- $cluster := .Values.replication.clusterName }} {{- $configPassword := ternary .Values.global.configPassword "%%CONFIG_PASSWORD%%" (empty .Values.global.existingSecret) }} {{- $retry := .Values.replication.retry }} diff --git a/templates/configmap-env.yaml b/templates/configmap-env.yaml index c881a37..20e2791 100755 --- a/templates/configmap-env.yaml +++ b/templates/configmap-env.yaml @@ -32,5 +32,4 @@ data: LDAP_TLS_CA_FILE: /opt/bitnami/openldap/certs/ca.crt LDAP_CONFIG_ADMIN_ENABLED: "yes" LDAP_CONFIG_ADMIN_USERNAME: "{{ .Values.global.configUser }}" - {{- end }} {{ toYaml .Values.env | indent 2 }}