Update command/connect/envoy/bootstrap_tpl.go

Co-authored-by: Paul Glass <pglass@hashicorp.com>
pull/15064/head
Curt Bushko 2 years ago committed by GitHub
parent cd185c4c2c
commit 161273a931
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -123,7 +123,7 @@ type BootstrapTplArgs struct {
// metrics endpoint. Only applicable when envoy_prometheus_bind_addr is set in the proxy config.
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.
PrometheusKeyFile string
}

Loading…
Cancel
Save