From 405c3e30dbbb37574863fdbbad6ec93790a7986b Mon Sep 17 00:00:00 2001 From: Max Leonov Date: Fri, 30 May 2025 17:45:57 +0200 Subject: [PATCH] OBSDOCS-1629: Fix tick --- snippets/distr-tracing-tempo-tempostack-custom-resource.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/distr-tracing-tempo-tempostack-custom-resource.adoc b/snippets/distr-tracing-tempo-tempostack-custom-resource.adoc index a51b232e08..0271d7c5ae 100644 --- a/snippets/distr-tracing-tempo-tempostack-custom-resource.adoc +++ b/snippets/distr-tracing-tempo-tempostack-custom-resource.adoc @@ -37,7 +37,7 @@ spec: jaegerQuery: enabled: true # <13> ---- -<1> This CR creates a TempoStack deployment, which is configured to receive Jaeger Thrift over the HTTP and OpenTelemetry Protocol (OTLP).` +<1> This CR creates a TempoStack deployment, which is configured to receive Jaeger Thrift over the HTTP and OpenTelemetry Protocol (OTLP). <2> The namespace that you have chosen for the TempoStack deployment. <3> Specifies the storage for storing traces. <4> The secret you created in step 2 for the object storage that had been set up as one of the prerequisites.