From f9ca038bae80eeab8c6bd05f7c5e727a8486d707 Mon Sep 17 00:00:00 2001 From: Andrew Azores Date: Fri, 22 Nov 2024 10:22:05 -0500 Subject: [PATCH] only configure TLS if enabled --- charts/cryostat/templates/alpha_config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/cryostat/templates/alpha_config.yaml b/charts/cryostat/templates/alpha_config.yaml index 6655c00..e704f9b 100644 --- a/charts/cryostat/templates/alpha_config.yaml +++ b/charts/cryostat/templates/alpha_config.yaml @@ -14,12 +14,12 @@ data: BindAddress: http://0.0.0.0:4180 {{- if .Values.oauth2Proxy.service.tls.selfSigned.enabled }} SecureBindAddress: https://0.0.0.0:8443 - {{- end}} TLS: Key: fromFile: /etc/tls/private/key Cert: fromFile: /etc/tls/private/cert + {{- end}} upstreamConfig: proxyRawPath: true upstreams: