From ce66eea614d961510929caef7d1d1cc469bc899f Mon Sep 17 00:00:00 2001 From: Thomas Vitale Date: Sun, 3 Sep 2023 12:09:05 +0200 Subject: [PATCH] Update docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f47f2a2..501a475 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ Settings for tracing. | `tracing.enabled` | `false` | Whether to configure Kyverno to export OpenTelemetry traces to a distributed tracing backend. | | `tracing.endpoint` | `""` | The endpoint where the distributed tracing backend accepts OpenTelemetry traces. For example, `opentelemetrycollector.kyverno.svc.cluster.local`. | | `tracing.port` | `4317` | The port exposed by the distributed tracing backend to accept OpenTelemetry traces. | -| `tracing.ca_cert_secret` | `4317` | The Secret containing the certificate which is used by the Opentelemetry Tracing Client. If empty string is set, an insecure connection will be used. | +| `tracing.ca_cert_secret` | `""` | The Secret containing the certificate which is used by the Opentelemetry Tracing Client. If empty string is set, an insecure connection will be used. | Settings for the corporate proxy.