Unverified Commit a14759a9 authored by Jason Paul Deland's avatar Jason Paul Deland Committed by GitHub

docs: Update helm README (#2218)

**NO_CI***
parent 9b59614f
...@@ -53,6 +53,11 @@ It also optionally packages the [PostgreSQL](https://github.com/kubernetes/chart ...@@ -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: 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 ```console
$ helm install --name my-release . $ helm install --name my-release .
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment