Skip to content

Commit

Permalink
include additional ca example
Browse files Browse the repository at this point in the history
  • Loading branch information
ishustava committed Nov 22, 2021
1 parent bcf121d commit 274b5f6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions charts/consul/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,19 @@ global:
# Additional Connect CA configuration in JSON format.
# Please see https://www.consul.io/docs/connect/ca/vault#common-ca-config-options
# for additional configuration options.
#
# Example:
#
# ```yaml
# additionalConfig: |
# {
# "connect": [{
# "ca_config": [{
# "leaf_cert_ttl": "36h"
# }]
# }]
# }
# ```
additionalConfig: |
{}
Expand Down

0 comments on commit 274b5f6

Please sign in to comment.