From 93aab53e795d8c991bb57db3a94f7fd3c76c52c6 Mon Sep 17 00:00:00 2001 From: Markus Maga Date: Tue, 12 Feb 2019 02:33:54 +0100 Subject: [PATCH] Update helm docs to point to helm/charts chart --- docs/user-guide/helm.md | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/docs/user-guide/helm.md b/docs/user-guide/helm.md index c168c76f17..c8d92d5f59 100644 --- a/docs/user-guide/helm.md +++ b/docs/user-guide/helm.md @@ -2,22 +2,13 @@ [Helm](https://helm.sh) is a package manager for Kubernetes. Ambassador is available as a Helm chart if you use Helm for package management. To install with Helm: -1. Add the Ambassador Helm repository: +1. Install the Ambassador Chart: ``` - helm repo add datawire https://www.getambassador.io + helm upgrade --install --wait my-release stable/ambassador ``` + + For details on how to configure the chart, see the [official chart documentation](https://hub.helm.sh/charts/stable/ambassador) -2. Install the Ambassador Chart: - ``` - helm upgrade --install --wait my-release datawire/ambassador - ``` - -3. Jump to [step 3](/user-guide/getting-started#3-creating-your-first-route) of the Ambassador tutorial to create your first route. - - -## Configuring the chart - -For details on how to configure the chart, see the official chart documentation here: -https://github.com/datawire/ambassador/tree/stable/helm/ambassador. \ No newline at end of file +2. Jump to [step 3](/user-guide/getting-started#3-creating-your-first-route) of the Ambassador tutorial to create your first route.