Skip to content

Commit 790cdf7

Browse files
committed
fix hepler and configmap-env
1 parent bf1eec6 commit 790cdf7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

templates/_helpers.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Generate olcSyncRepl list
6969
{{- define "olcSyncRepls" -}}
7070
{{- $name := (include "openldap.fullname" .) }}
7171
{{- $namespace := .Release.Namespace }}
72-
{{- $bindDNUser := ternary .Values.global.configUser }}
72+
{{- $bindDNUser := .Values.global.configUser }}
7373
{{- $cluster := .Values.replication.clusterName }}
7474
{{- $configPassword := ternary .Values.global.configPassword "%%CONFIG_PASSWORD%%" (empty .Values.global.existingSecret) }}
7575
{{- $retry := .Values.replication.retry }}

templates/configmap-env.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,4 @@ data:
3232
LDAP_TLS_CA_FILE: /opt/bitnami/openldap/certs/ca.crt
3333
LDAP_CONFIG_ADMIN_ENABLED: "yes"
3434
LDAP_CONFIG_ADMIN_USERNAME: "{{ .Values.global.configUser }}"
35-
{{- end }}
3635
{{ toYaml .Values.env | indent 2 }}

0 commit comments

Comments
 (0)