From 4d17b0c7a79d52437282791b67ffef14f6419cdf Mon Sep 17 00:00:00 2001 From: Josh Cox Date: Sat, 31 Mar 2018 00:01:02 -0500 Subject: [PATCH] Hard to copy line (#960) triple tilda quoting this line as I always have trouble copying it. --- docs/concepts/ingress-types/hostport.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/concepts/ingress-types/hostport.md b/docs/concepts/ingress-types/hostport.md index 780a181f8..e3ca1c6d7 100644 --- a/docs/concepts/ingress-types/hostport.md +++ b/docs/concepts/ingress-types/hostport.md @@ -35,7 +35,13 @@ deployment "echoserver" created service "rest" exposed ``` -- Now, create an Ingress object running `kubectl apply -f https://raw.githubusercontent.com/appscode/voyager/6.0.0/docs/examples/ingress/types/hostport/ing.yaml`. Please note the annotaiton on ingress: +- Now, create an Ingress object running + +```console +kubectl apply -f https://raw.githubusercontent.com/appscode/voyager/6.0.0/docs/examples/ingress/types/hostport/ing.yaml +``` + +Please note the annotaiton on ingress: ```yaml annotations: