chore: update Clustered influxctl example config (#5525)

pull/5526/head
wayne 2024-07-18 14:48:57 -06:00 committed by GitHub
parent a1fb10eb1c
commit 61b127870f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 9 additions and 0 deletions

View File

@ -336,7 +336,16 @@ If stored at a non-default location, include the `--config` flag with each
## By default, the system certificates are used. If a custom certificate
## for connecting to InfluxDB is required, define it below.
# [profile.tls]
## When true, `insecure` influxctl configures HTTPS clients to not
## verify server certificates. Use this if you are connecting to a
## TLS endpoint with invalid (expired, self-signed, etc) server
## certificates.
# insecure = false
## When true, `disable` causes influxctl to use HTTP rather than HTTPS
## client. Use this if you don't have an ingress controller configured
## to terminate TLS connections. InfluxDB 3.0 components themselves do
## not terminate TLS.
# disable = false
# cert = ""
# key = ""
# ca = ""