From 2f3b6f3f4f73da2a6f937b856e3018ae90730f51 Mon Sep 17 00:00:00 2001 From: Jim Fitzpatrick Date: Wed, 8 May 2024 11:49:37 +0100 Subject: [PATCH] Update docs for rebase. --- doc/reference/kuadrant.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/reference/kuadrant.md b/doc/reference/kuadrant.md index 11003e38d..ad83ad0da 100644 --- a/doc/reference/kuadrant.md +++ b/doc/reference/kuadrant.md @@ -66,6 +66,7 @@ The Kuadrant operator creates a Limitador CR named `limitador` in the same names |-----------|----------|:------------:|-----------------------------------------------------------------------------------------------------| | endpoint | String | Yes | Full endpoint of the OpenTelemetry tracing collector service (e.g. http://jaegar:14268/api/traces). | | tags | Map | No | Key-value map of fixed tags to add to all OpenTelemetry traces emitted by Authorino. | +| insecure | Bool | No | Enable/disable insecure connection to the tracing endpoint. Disabled by default. | #### VolumesSpec