From 6b05e0ea2cc4b4189a97cdb20611a5614d85d85d Mon Sep 17 00:00:00 2001 From: Chiu-Hsiang Hsu Date: Fri, 23 Jul 2021 14:55:08 +0800 Subject: [PATCH] Fix WebSocket TLS ConfigMap template --- helm/charts/nats/templates/configmap.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/charts/nats/templates/configmap.yaml b/helm/charts/nats/templates/configmap.yaml index 1e6b44c5..634f83bc 100644 --- a/helm/charts/nats/templates/configmap.yaml +++ b/helm/charts/nats/templates/configmap.yaml @@ -293,7 +293,7 @@ data: ################## websocket { port: {{ .Values.websocket.port }} - {{- if .Values.websocket.tls }} + {{- with .Values.websocket.tls }} {{ $secretName := .secret.name }} tls { {{- with .cert }}