Skip to content

Commit

Permalink
docs: Update helm README (#2218)
Browse files Browse the repository at this point in the history
**NO_CI***
  • Loading branch information
jaydeland committed Jul 22, 2020
1 parent 9b59614 commit a14759a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dev/helm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
```
Expand Down

0 comments on commit a14759a

Please sign in to comment.