From 024173b0ce86e29efac3ad1a7026d956dfff209d Mon Sep 17 00:00:00 2001 From: Harvey Date: Sun, 25 Oct 2020 23:25:52 -0400 Subject: [PATCH] Reword and code type --- docs/getting-started/deployment-helm.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/getting-started/deployment-helm.md b/docs/getting-started/deployment-helm.md index e674d28742..6caff796a0 100644 --- a/docs/getting-started/deployment-helm.md +++ b/docs/getting-started/deployment-helm.md @@ -8,9 +8,9 @@ sidebar_label: Kubernetes and Helm # Helm charts An example Backstage app can be deployed in Kubernetes using the -[Backstage Helm charts](https://github.com/spotify/backstage/tree/master/contrib/chart/backstage) +[Backstage Helm charts](https://github.com/spotify/backstage/tree/master/contrib/chart/backstage). -First, choose a DNS name where backstage will be hosted create a yaml file for +First, choose a DNS name where Backstage will be hosted, and create a YAML file for your custom configuration. ```yaml @@ -31,7 +31,7 @@ appConfig: Then use it to run: -``` +```bash git clone https://github.com/spotify/backstage.git cd contrib/chart/backstage helm dependency update