mirror of https://github.com/istio/istio.io.git
Fix markdown (#1140)
This commit is contained in:
parent
6e9ca1c7f7
commit
e92571be2d
|
|
@ -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
|
kubectl -n istio-system get configmap istio -o=jsonpath='{.data.mesh}' > mesh-config.yaml
|
||||||
```
|
```
|
||||||
`
|
|
||||||
Run `kube-inject` over the input file.
|
Run `kube-inject` over the input file.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue