From 628e7382ec096837eda5e68b147a97f02647f9a6 Mon Sep 17 00:00:00 2001 From: Maikel Date: Mon, 22 Mar 2021 13:21:18 +0100 Subject: [PATCH] Fix docs on Helm install commands. Signed-off-by: Maikel Vlasman --- docs/getting-started/deployment-helm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/deployment-helm.md b/docs/getting-started/deployment-helm.md index e1f3ea7629..d1a52a5b30 100644 --- a/docs/getting-started/deployment-helm.md +++ b/docs/getting-started/deployment-helm.md @@ -33,7 +33,7 @@ Then use it to run: ```bash git clone https://github.com/backstage/backstage.git -cd contrib/chart/backstage +cd backstage/contrib/chart/backstage helm dependency update helm install -f backstage-mydomain.yaml backstage . ```