Skip to content

Commit

Permalink
fix shell typo in docs (kedacore#395)
Browse files Browse the repository at this point in the history
Signed-off-by: XinYang <xinydev@gmail.com>
  • Loading branch information
xinydev authored and arschles committed Feb 17, 2022
1 parent 3fd84db commit c8ccee1
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 @@ -25,7 +25,7 @@ You'll need to clone the repository to get access to this chart. If you have you
You interact with the operator via a CRD called `HTTPScaledObject`. This CRD object points the 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
kubectl create -n $NAMESPACE -f examples/v0.2.0/httpscaledobject.yaml
```

>If you'd like to learn more about this object, please see the [`HTTPScaledObject` reference](./ref/v0.2.0/http_scaled_object.md).
Expand Down

0 comments on commit c8ccee1

Please sign in to comment.