Skip to content

Commit

Permalink
Update docs for global.tls.caKey
Browse files Browse the repository at this point in the history
It's no longer required since hashicorp/consul-helm#1046
  • Loading branch information
lkysow committed Feb 10, 2023
1 parent 69ae0ca commit d161351
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions charts/consul/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -364,8 +364,9 @@ global:
#
# Note that we need the CA key so that we can generate server and client certificates.
# It is particularly important for the client certificates since they need to have host IPs
# as Subject Alternative Names. In the future, we may support bringing your own server
# certificates.
# as Subject Alternative Names. If you are setting server certs yourself via `server.serverCert`
# and you are not enabling clients (or clients are enabled with autoEncrypt) then you do not
# need to provide the CA key.
caKey:
# The name of the Kubernetes or Vault secret that holds the CA key.
# @type: string
Expand Down

0 comments on commit d161351

Please sign in to comment.