Jason Paul Deland
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
5 additions and
0 deletions
-
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: |
|
|
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 . |
|
|
``` |
|
|
``` |
|
|