Skip to content

Commit

Permalink
[nats helm] allow verify_cert_and_check_known_urls in tls config (#535)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickLarsenNZ authored and wallyqs committed Jul 26, 2022
1 parent 83c4832 commit 0bb2265
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion helm/charts/nats/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,9 @@ tls {
{{- if .verifyAndMap }}
verify_and_map: {{ .verifyAndMap }}
{{- end }}
{{- if .verifyCertAndCheckKnownUrls }}
verify_cert_and_check_known_urls: {{ .verifyCertAndCheckKnownUrls }}
{{- end }}
{{- if .curvePreferences }}
curve_preferences: {{ .curvePreferences }}
{{- end }}
Expand Down Expand Up @@ -226,4 +229,4 @@ Create the name of the service account to use
{{- else }}
{{- default "default" .Values.nats.serviceAccount.name }}
{{- end }}
{{- end }}
{{- end }}

0 comments on commit 0bb2265

Please sign in to comment.