Merge pull request #2994 from spotify/rugvip/conflagrate

config-loader: switch to using --config options to load in config
This commit is contained in:
Patrik Oldsberg
2020-10-22 18:01:21 +02:00
committed by GitHub
38 changed files with 271 additions and 370 deletions
@@ -23,7 +23,7 @@ This can be used to run the kubernetes plugin locally against a mock service.
6. Register existing component in Backstage
- https://github.com/mclarke47/dice-roller/blob/master/catalog-info.yaml
Update `app-config.development.yaml` as follows.
Add or update `app-config.local.yaml` with the following:
```yaml
kubernetes:
@@ -45,4 +45,4 @@ Mac copy to clipboard:
kubectl get secret $(kubectl get sa dice-roller -o=json | jq -r .secrets[0].name) -o=json | jq -r '.data["token"]' | base64 --decode | pbcopy
```
Paste into `app-config.development.yaml` `kubernetes.clusters[0].serviceAccountToken`
Paste into `app-config.local.yaml` `kubernetes.clusters[0].serviceAccountToken`