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 4a6d15a5a2
commit d29a238350
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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: