Skip to content

Commit

Permalink
Update instructions
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Feb 28, 2022
1 parent 73baa09 commit c78eaef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/readme.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ This chart deploys {{ .Project.App }} on a [Kubernetes](http://kubernetes.io) cl

## Installing the Chart

To install the chart with the release name `{{ .Release.Name }}`:
To install/upgrade the chart with the release name `{{ .Release.Name }}`:

```bash
$ helm upgrade -i {{ .Release.Name }} {{ .Repository.Name }}/{{ .Chart.Name }} -n {{ .Release.Namespace }} --create-namespace{{ with .Chart.Version }} --version={{.}}{{ end }}
Expand All @@ -34,7 +34,7 @@ The command deploys {{ .Project.App }} on the Kubernetes cluster in the default

## Uninstalling the Chart

To uninstall/delete the `{{ .Release.Name }}`:
To uninstall the `{{ .Release.Name }}`:

```bash
$ helm uninstall {{ .Release.Name }} -n {{ .Release.Namespace }}
Expand Down

0 comments on commit c78eaef

Please sign in to comment.