Fix markdown (#1140)

This commit is contained in:
Steren 2018-04-02 20:06:34 -07:00 committed by Lin Sun
parent 6e9ca1c7f7
commit e92571be2d
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ kubectl create -f install/kubernetes/istio-sidecar-injector-configmap-release.ya
kubectl -n istio-system get configmap istio -o=jsonpath='{.data.mesh}' > mesh-config.yaml
```
`
Run `kube-inject` over the input file.
```bash