Skip to content

Commit

Permalink
fix hepler and configmap-env
Browse files Browse the repository at this point in the history
  • Loading branch information
jp-gouin committed Oct 9, 2024
1 parent bf1eec6 commit 790cdf7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
1 change: 0 additions & 1 deletion templates/configmap-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 790cdf7

Please sign in to comment.