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