From a14759a9c9ecc474c458a4cc63ca45b327023b1d Mon Sep 17 00:00:00 2001 From: Jason Paul Deland <9366595+jaydeland@users.noreply.github.com> Date: Wed, 22 Jul 2020 14:20:13 -0400 Subject: [PATCH] docs: Update helm README (#2218) **NO_CI*** --- dev/helm/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev/helm/README.md b/dev/helm/README.md index fb7d7578..4e54944b 100644 --- a/dev/helm/README.md +++ b/dev/helm/README.md @@ -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 . ```