Skip to content

Commit

Permalink
Add tlsFirst support to NACK (#915)
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Pietrek <[email protected]>
  • Loading branch information
Jarema authored Jul 2, 2024
1 parent d41c5a4 commit 60fa511
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,9 @@ spec:
{{- if and .Values.jetstream.tls.enabled .Values.jetstream.tls.settings.client_ca }}
- --tlsca={{ .Values.jetstream.tls.settings.client_ca }}
{{- end }}
{{- if .Values.jetstream.tls.tlsFirst }}
- --tlsfirst={{ .Values.jetstream.tls.tlsFirst }}
{{- end }}
{{- with .Values.jetstream.additionalArgs }}
{{- toYaml . | nindent 10 }}
{{- end }}
Expand Down
1 change: 1 addition & 0 deletions helm/charts/nack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jetstream:
# Enabled must be true, and a secret name specified for this to work
tls:
enabled: false
tlsFirst: false
# the secret containing the client ca.crt, tls.crt, and tls.key for NATS
secretName:
# Reference
Expand Down

0 comments on commit 60fa511

Please sign in to comment.