The apps entry in the yaml file need to be at the same level as the host, if it is not the app will not start and complain about it

This commit is contained in:
ebarrios
2021-02-15 14:50:44 +01:00
parent 1a3348022c
commit bdf5c24328
+1 -1
View File
@@ -77,6 +77,6 @@ method of distributing secrets.
integrations:
github:
- host: github.com
apps:
apps:
- $include: example-backstage-app-credentials.yaml
```