Skip to content

Commit

Permalink
Remove HELM.md instructions
Browse files Browse the repository at this point in the history
These are no longer required since moving to helm3

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
  • Loading branch information
alexellis committed Oct 9, 2020
1 parent fb3f257 commit 37fe580
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 64 deletions.
62 changes: 0 additions & 62 deletions HELM.md

This file was deleted.

14 changes: 12 additions & 2 deletions chart/openfaas/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,19 @@

These instructions are for Intel (normal computers), jump to the end of the document for ARM and Raspberry Pi.

To use the chart, you will need Helm 2 or 3:
To use the chart, you will need Helm, we recommend helm 3:

* [Install helm](https://github.com/openfaas/faas-netes/blob/master/HELM.md)
Get it from arkade:

```bash
arkade get helm
```

Or use the helm3 installer:

```bash
curl -sSLf https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash
```

We recommend creating two namespaces, one for the OpenFaaS *core services* and one for the *functions*:

Expand Down

0 comments on commit 37fe580

Please sign in to comment.