docs: updated to reflect new --config flags

This commit is contained in:
Patrik Oldsberg
2020-10-22 10:08:37 +02:00
parent 87a6e78d03
commit c2ea3cd26a
4 changed files with 29 additions and 24 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`