Skip to content

[enterprise-4.5] Issue in file service_mesh/v1x/customizing-installation-ossm.adoc #30065

@rhatbob

Description

@rhatbob

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:

      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
    

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions