docs: Update helm README (#2218)

**NO_CI***
This commit is contained in:
Jason Paul Deland 2020-07-22 14:20:13 -04:00 committed by GitHub
parent 9b59614f5f
commit a14759a9c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,6 +53,11 @@ It also optionally packages the [PostgreSQL](https://github.com/kubernetes/chart
To install the chart with the release name `my-release` run the following from this (`helm`) directory:
### Using Helm 3:
```console
$ helm install my-release .
```
### Using Helm 2:
```console
$ helm install --name my-release .
```