### Which section(s) is the issue in? "Configuring Jaeger" @ https://docs.openshift.com/container-platform/4.5/service_mesh/v1x/customizing-installation-ossm.html#ossm-configuring-jaeger_customizing-installation-ossm-v1x ### What needs fixing? The [ServiceMeshControlPlane code block](https://github.com/openshift/openshift-docs/blob/enterprise-4.5/modules/ossm-configuring-jaeger.adoc) has an indentation issue: - How it currently looks: ~~~ apiVersion: maistra.io/v1 kind: ServiceMeshControlPlane spec: istio: tracing: enabled: true jaeger: template: all-in-one ~~~ - Proposal to amend: ~~~ apiVersion: maistra.io/v1 kind: ServiceMeshControlPlane spec: istio: tracing: enabled: true jaeger: template: all-in-one ~~~
Which section(s) is the issue in?
"Configuring Jaeger" @ https://docs.openshift.com/container-platform/4.5/service_mesh/v1x/customizing-installation-ossm.html#ossm-configuring-jaeger_customizing-installation-ossm-v1x
What needs fixing?
The ServiceMeshControlPlane code block has an indentation issue:
How it currently looks:
Proposal to amend: