Skip to content

Commit

Permalink
Make useSystemRoots docs clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
lkysow committed Sep 8, 2020
1 parent 7680c98 commit 6b1c6be
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -396,10 +396,13 @@ externalServers:
# host header when connecting with HTTPS.
tlsServerName: null

# If true, the Helm chart will ignore the CA set in
# global.tls.caCert and will rely on the container's
# system CAs for TLS verification when talking to Consul servers.
# Otherwise, the chart will use global.tls.caCert.
# If true, consul-k8s components will ignore the CA set in
# global.tls.caCert when making HTTPS calls to Consul servers and
# will instead use the consul-k8s image's system CAs for TLS verification.
# If false, consul-k8s components will use global.tls.caCert when
# making HTTPS calls to Consul servers.
# NOTE: This does not affect Consul's internal RPC communication which will
# always use global.tls.caCert.
useSystemRoots: false

# If you are setting global.acls.manageSystemACLs and connectInject.enabled to true,
Expand Down

0 comments on commit 6b1c6be

Please sign in to comment.