Update index.md (#8616)

typo change.. I think...
It didn't work for me without the " "
This commit is contained in:
guylil 2022-06-03 12:44:19 +03:00 committed by GitHub
parent 327b2e9b89
commit 7b8ef17b3d

View file

@ -93,7 +93,7 @@ Then create an ingress resource. The following example uses an host that maps to
```console
kubectl create ingress demo-localhost --class=nginx \
--rule=demo.localdev.me/*=demo:80
--rule="demo.localdev.me/*=demo:80"
```
Now, forward a local port to the ingress controller: