fix broken links in workload entry blog (#7381)

This commit is contained in:
Cynthia Coan 2020-05-21 16:11:05 -06:00 committed by GitHub
parent e9e963a617
commit 7e8d4094a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ The primary source of these complications is that Istio lacked a first-class def
`WorkloadEntry` was created specifically to solve this problem. `WorkloadEntry` allows you to describe non-Pod endpoints that should still be part of the mesh, and treat them the same as a Pod. From here everything becomes easier, like enabling `MUTUAL_TLS` between workloads, whether they are containerized or not.
To create a `[WorkloadEntry](/docs/reference/config/networking/workload-entry/)` and attach it to a `[ServiceEntry](/docs/reference/config/networking/service-entry/)` you can do something like this:
To create a [`WorkloadEntry`](/docs/reference/config/networking/workload-entry/) and attach it to a [`ServiceEntry`](/docs/reference/config/networking/service-entry/) you can do something like this:
{{< text yaml >}}
---