Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis <[email protected]>
  • Loading branch information
alexellis authored May 28, 2024
1 parent 8b09247 commit c9587bc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions chart/inlets-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ If you would like to use Helm instead, read on.

```sh
helm repo add inlets https://inlets.github.io/inlets-operator/
helm repo update
```

* Create a namespace for the inlets-operator
Expand Down Expand Up @@ -47,7 +46,8 @@ Examples for each cloud are found in the [reference documentation](https://docs.
### Deploy with DigitalOcean in London

```sh
helm upgrade inlets-operator --install inlets/inlets-operator \
helm repo update && \
helm upgrade inlets-operator --install inlets/inlets-operator \
--namespace inlets \
--set region=lon1
```
Expand All @@ -64,7 +64,8 @@ image: ttl.sh/openfaas/inlets-operator:0.16.3-13-g9ff7184
Then run:

```sh
helm upgrade inlets-operator --install ./chart/inlets-operator \
helm repo update && \
helm upgrade inlets-operator --install ./chart/inlets-operator \
--namespace inlets \
--set region=lon1 \
-f ./chart/inlets-operator/values-ae.yaml
Expand Down

0 comments on commit c9587bc

Please sign in to comment.