From 5c0c5250e8372bcdd4d15fb7683294d35cea91f7 Mon Sep 17 00:00:00 2001 From: Ruben Vargas Date: Thu, 4 Jul 2024 09:32:46 -0600 Subject: [PATCH] Improve changelog entry Signed-off-by: Ruben Vargas --- .chloggen/ingest_tls_openshift.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.chloggen/ingest_tls_openshift.yaml b/.chloggen/ingest_tls_openshift.yaml index b461b48e4..60cff5474 100755 --- a/.chloggen/ingest_tls_openshift.yaml +++ b/.chloggen/ingest_tls_openshift.yaml @@ -14,12 +14,13 @@ issues: [963] # These lines will be padded with 2 spaces and then inserted directly into the document. # Use pipe (|) for multiline entries. subtext: | - This will use the openshift service annotation to generate TLS certs, in order to use this feature TLS on the - distributor should be enabled in this way: + On OpenShift when operator config `DistributorServingCertsService` is enabled and the following TempoStack CR is used. + The operator provisions OpenShift serving certificates for the distributor ingest APIs ``` apiVersion: tempo.grafana.com/v1alpha1 kind: TempoStack spec: + template: distributor: tls: enabled: true