Reword and code type
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user