Update command/connect/envoy/bootstrap_tpl.go

Co-authored-by: Paul Glass <pglass@hashicorp.com>
This commit is contained in:
Curt Bushko 2022-10-19 15:52:10 -04:00 committed by GitHub
parent cd185c4c2c
commit 161273a931
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ type BootstrapTplArgs struct {
// metrics endpoint. Only applicable when envoy_prometheus_bind_addr is set in the proxy config. // metrics endpoint. Only applicable when envoy_prometheus_bind_addr is set in the proxy config.
PrometheusCertFile string PrometheusCertFile string
// PrometheusKeyFile is the path to a private key file Envoy to use when service TLS on the Prometheus metrics // PrometheusKeyFile is the path to a private key file Envoy to use when serving TLS on the Prometheus metrics
// endpoint. Only applicable when envoy_prometheus_bind_addr is set in the proxy config. // endpoint. Only applicable when envoy_prometheus_bind_addr is set in the proxy config.
PrometheusKeyFile string PrometheusKeyFile string
} }