diff --git a/charts/consul/values.yaml b/charts/consul/values.yaml index bc661f07b2..713c3d1333 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 name also appears as the hostname in the server certificate's subject field. # @type: string tlsServerName: null