Skip to content

Commit

Permalink
docs: update installation instructions to use new repo
Browse files Browse the repository at this point in the history
  • Loading branch information
hbagdi committed Jan 15, 2020
1 parent 99269f7 commit 043c2c2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions charts/kong/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ This chart bootstraps all the components needed to run Kong on a
## TL;DR;

```bash
$ helm repo add kong https://charts.konghq.com
$ helm repo update
$ helm install stable/kong
$ helm install kong/kong
```

## Table of content
Expand Down Expand Up @@ -53,8 +54,9 @@ $ helm install stable/kong
To install the chart with the release name `my-release`:

```bash
$ helm repo add kong https://charts.konghq.com
$ helm repo update
$ helm install --name my-release stable/kong
$ helm install kong/kong
```

## Uninstall
Expand Down

0 comments on commit 043c2c2

Please sign in to comment.