Skip to content

Commit

Permalink
Merge pull request #213 from olegeech-me/tls-recert
Browse files Browse the repository at this point in the history
  • Loading branch information
jp-gouin authored Oct 27, 2024
2 parents 8fd04c4 + af3f211 commit c22e62e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Generate olcServerID list
{{- define "openldap.replication.tls_reqcert" -}}
{{- if .Values.initTLSSecret.tls_enabled -}}
{{- if .Values.replication.tls_reqcert -}}
{{- printf "tls_cacert=%s" .Values.replication.tls_reqcert -}}
{{- printf "tls_reqcert=%s" .Values.replication.tls_reqcert -}}
{{- else }}
{{- printf "tls_reqcert=demand" -}}
{{- end -}}
Expand Down

0 comments on commit c22e62e

Please sign in to comment.