From d8112edd79aababcbbb35efec64efb12a5e99a49 Mon Sep 17 00:00:00 2001 From: weekface Date: Thu, 13 Feb 2020 16:35:56 +0800 Subject: [PATCH] fix tls client cert bug --- charts/tidb-cluster/templates/_helpers.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/tidb-cluster/templates/_helpers.tpl b/charts/tidb-cluster/templates/_helpers.tpl index 75732a0456a..78439fd4aa0 100644 --- a/charts/tidb-cluster/templates/_helpers.tpl +++ b/charts/tidb-cluster/templates/_helpers.tpl @@ -91,7 +91,7 @@ config-file: |- {{- if .Values.tidb.config }} {{ .Values.tidb.config | indent 2 }} {{- end -}} - {{- if or .Values.enableTLSCluster .Values.enableTLSClient }} + {{- if or .Values.enableTLSCluster .Values.tidb.enableTLSClient }} [security] {{- end -}} {{- if .Values.enableTLSCluster }}