Skip to content

Commit

Permalink
Hard to copy line (#960)
Browse files Browse the repository at this point in the history
triple tilda quoting this line as I always have trouble copying it.
  • Loading branch information
joshuacox authored and tamalsaha committed Mar 31, 2018
1 parent 299bbd9 commit 4d17b0c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/concepts/ingress-types/hostport.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4d17b0c

Please # to comment.