diff --git a/templates/_helpers.tpl b/templates/_helpers.tpl index 2a76fd5..d3e5d88 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 := .Values.global.adminUser }} +{{- $bindDNUser := .Values.global.configUser }} {{- $cluster := .Values.replication.clusterName }} {{- $configPassword := ternary .Values.global.configPassword "%%CONFIG_PASSWORD%%" (empty .Values.global.existingSecret) }} {{- $retry := .Values.replication.retry }}