Uploaded image for project: 'OpenShift Service Mesh'
  1. OpenShift Service Mesh
  2. OSSM-2621

ServiceMeshExtension example is wrong

XMLWordPrintable

      The docs at

      https://access.redhat.com/documentation/en-us/openshift_container_platform/4.6/html-single/service_mesh/index#deploying-extensions

      and

      https://docs.openshift.com/container-platform/4.6/service_mesh/v2x/ossm-extensions.html#deploying-extensions

      present the following YAML:

       

      apiVersion: maistra.io/v1alpha1
      kind: ServiceMeshExtension
      metadata:   name: header-append
        namespace: istio-system
      spec:   workloadSelector:     labels:       app: httpbin
        config: test
        image: quay.io/maistra-dev/header-append-filter:latest
        phase: PostAuthZ.
        priority: 100
      

      where the spec.phase is wrong - it shouldn't have a . (full stop) at the end.

              jstickler Julie Stickler (Inactive)
              dgrimm@redhat.com Daniel Grimm
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: