From d29a2383507427abdc56302165c618bf2da7580b Mon Sep 17 00:00:00 2001 From: guylil <24384486+guylil@users.noreply.github.com> Date: Fri, 3 Jun 2022 12:44:19 +0300 Subject: [PATCH] Update index.md (#8616) typo change.. I think... It didn't work for me without the " " --- docs/deploy/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deploy/index.md b/docs/deploy/index.md index 0a33c19cd..fad8338c6 100644 --- a/docs/deploy/index.md +++ b/docs/deploy/index.md @@ -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: