From 072bfb80ae9c9fa9b51d8c1717cd98f7abda17ff Mon Sep 17 00:00:00 2001 From: bzp2010 Date: Thu, 5 Feb 2026 01:40:08 +0800 Subject: [PATCH] feat: support tls client required --- Chart.yaml | 2 +- templates/config.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Chart.yaml b/Chart.yaml index fbf8a30..b1ccc7c 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -1,4 +1,4 @@ apiVersion: v1 name: pgdog -version: v0.40 +version: v0.41 appVersion: "0.1.26" diff --git a/templates/config.yaml b/templates/config.yaml index c047c3f..696a168 100644 --- a/templates/config.yaml +++ b/templates/config.yaml @@ -36,6 +36,7 @@ data: {{- if .Values.tlsPrivateKey }} tls_private_key = {{ .Values.tlsPrivateKey | quote }} {{- end }} + tls_client_required = {{ .Values.tlsClientRequired | default "false" }} tls_verify = {{ .Values.tlsVerify | default "prefer" | quote }} {{- if .Values.tlsServerCaCertificate }} tls_server_ca_certificate = {{ .Values.tlsServerCaCertificate | quote }}