Skip to content

Commit

Permalink
Update to show --set is available
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed Feb 26, 2020
1 parent 1095f0c commit 6474e71
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ Here's a few examples of apps you can install, for a complete list run: `[ark]ad
[ark]ade install inlets-operator --access-token $HOME/digitalocean --region lon1
```

You can also set helm overrides, for apps which use helm via `--set`

```
ark install openfaas --set=faasIdler.dryRun=false
```

After installation, an info message will be printed with help for usage, you can get back to this at any time via:

```bash
Expand Down

0 comments on commit 6474e71

Please sign in to comment.