UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 09e5c8a4 authored by Christopher O'Connell's avatar Christopher O'Connell
Browse files

Merge branch 'gateway-tls-bug' into 'master'

Gateway tls bug

Closes #2381

See merge request !5543
parents dde19647 7d446833
No related branches found
No related tags found
1 merge request!5543Gateway tls bug
Pipeline #3810400 passed
......@@ -121,7 +121,7 @@ gateways:
number: 8443
protocol: HTTPS
{{- end }}
{{- if eq $servervalues.port.protocol "HTTPS"}}
{{- if or (eq $servervalues.port.protocol "HTTPS") (eq $servervalues.port.protocol "TLS") }}
tls:
{{- $tlsMode := (dig "tls" "mode" "SIMPLE" $servervalues) }}
mode: {{ $tlsMode }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment