rancher / rio

Application Deployment Engine for Kubernetes
https://rio.io
Apache License 2.0
2.27k stars 228 forks source link

fix documentation of ServiceMesh property #1069

Closed sdhoward closed 3 years ago

sdhoward commented 3 years ago

In my testing, serviceMesh: false was required in order to disable the linkerd sidecar for the service.

At the time of my test, my rio-config configmap contained:

    "linkerd": {
      "enabled": true,
      "description": "linkerd service mesh"
    },