Skip to content

Commit

Permalink
Update docs/walkthrough.md
Browse files Browse the repository at this point in the history
Co-authored-by: Aaron Schlesinger <70865+arschles@users.noreply.github.com>
Signed-off-by: Marco Piovesana <piovesana@esteco.com>
  • Loading branch information
2 people authored and piovesanaEsteco committed Feb 10, 2022
1 parent b188da0 commit ba8fbd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/walkthrough.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ You'll need to clone the repository to get access to this chart. If you have you
## Creating an `HTTPScaledObject`

You interact with the operator via a CRD called `HTTPScaledObject`. This CRD object points the request for an `Host` to a `Service`. To get an example app up and running, read the notes below and then run the subsequent command from the root of this repository.
You interact with the operator via a CRD called `HTTPScaledObject`. This CRD object instructs interceptors to forward requests for a given host to your app's backing `Service`. To get an example app up and running, read the notes below and then run the subsequent command from the root of this repository.

```shell
kubectl create -f -n $NAMESPACE examples/v0.0.2/httpscaledobject.yaml
Expand Down

0 comments on commit ba8fbd1

Please sign in to comment.