Reword and code type

This commit is contained in:
Harvey
2020-10-25 23:25:52 -04:00
parent 608236d0bb
commit 024173b0ce
+3 -3
View File
@@ -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