File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ Generate olcSyncRepl list
69
69
{ {- define " olcSyncRepls" -} }
70
70
{ {- $name := (include " openldap.fullname" .) } }
71
71
{ {- $namespace := .Release.Namespace } }
72
- { {- $bindDNUser := ternary .Values.global.configUser } }
72
+ { {- $bindDNUser := .Values.global.configUser } }
73
73
{ {- $cluster := .Values.replication.clusterName } }
74
74
{ {- $configPassword := ternary .Values.global.configPassword " %%CONFIG_PASSWORD%%" (empty .Values.global.existingSecret) } }
75
75
{ {- $retry := .Values.replication.retry } }
Original file line number Diff line number Diff line change 32
32
LDAP_TLS_CA_FILE : /opt/bitnami/openldap/certs/ca.crt
33
33
LDAP_CONFIG_ADMIN_ENABLED : " yes"
34
34
LDAP_CONFIG_ADMIN_USERNAME : " {{ .Values.global.configUser }}"
35
- {{- end }}
36
35
{{ toYaml .Values.env | indent 2 }}
You can’t perform that action at this time.
0 commit comments