From 1598b408e301649d6be3a9c351b426f6e4608b96 Mon Sep 17 00:00:00 2001 From: David Yu Date: Tue, 20 Feb 2024 09:09:20 -0800 Subject: [PATCH 1/2] Update values.yaml --- charts/consul/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/consul/values.yaml b/charts/consul/values.yaml index fc3d886669..7f972ad255 100644 --- a/charts/consul/values.yaml +++ b/charts/consul/values.yaml @@ -1554,7 +1554,7 @@ externalServers: # Note: If enabling clients, `client.join` must also be set to the hosts that should be # used to join the cluster. In most cases, the `client.join` values # should be the same, however, they may be different if you - # wish to use separate hosts for the HTTPS connections. + # wish to use separate hosts for the HTTPS connections. `tlsServerName` is required if TLS is enabled and 'hosts' is not a DNS name. # @type: array hosts: [] @@ -1564,7 +1564,7 @@ externalServers: # The GRPC port of the Consul servers. grpcPort: 8502 - # The server name to use as the SNI host header when connecting with HTTPS. + # The server name to use as the SNI host header when connecting with HTTPS. This is also the hostname to expect in the server certificate's subject. # @type: string tlsServerName: null From 41dabc413ffd59b8edc1e7205d749a45451e81c3 Mon Sep 17 00:00:00 2001 From: David Yu Date: Tue, 20 Feb 2024 13:55:19 -0800 Subject: [PATCH 2/2] Update charts/consul/values.yaml Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com> --- charts/consul/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/consul/values.yaml b/charts/consul/values.yaml index 7f972ad255..b547377747 100644 --- a/charts/consul/values.yaml +++ b/charts/consul/values.yaml @@ -1564,7 +1564,7 @@ externalServers: # The GRPC port of the Consul servers. grpcPort: 8502 - # The server name to use as the SNI host header when connecting with HTTPS. This is also the hostname to expect in the server certificate's subject. + # The server name to use as the SNI host header when connecting with HTTPS. This name also appears as the hostname in the server certificate's subject field. # @type: string tlsServerName: null