From 5592aa700bd51f34b1c04e9ad8d6b675f8efb3ee Mon Sep 17 00:00:00 2001 From: vrebol <61203480+vrebol@users.noreply.github.com> Date: Tue, 1 Oct 2024 19:30:02 +0200 Subject: [PATCH] Fix typo in gcs configuration comment (#4142) --- docs/sources/tempo/configuration/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/tempo/configuration/_index.md b/docs/sources/tempo/configuration/_index.md index 43f02a49ef1..6a35e9f4744 100644 --- a/docs/sources/tempo/configuration/_index.md +++ b/docs/sources/tempo/configuration/_index.md @@ -872,7 +872,7 @@ storage: # Optional. Default is false. # Example: "insecure: true" - # Set to true to enable authentication and certificate checks on gcs requests + # Set to true to disable authentication and certificate checks on gcs requests [insecure: ] # The number of list calls to make in parallel to the backend per instance.