-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
score-compose
and score-k8s
- devcontainer and in CI
#73
Conversation
The first issue is because score-compose's default The second issue I've cut score-spec/score-compose#219 for. |
score-compose
score-compose
and score-k8s
- devcontainer and in CI
Ready for your review to be merged, thanks! |
make compose-up
locally and CImake k8s-up
locally and CI.devcontainer
Notes: still issues with
make compose-test
andmake k8s-test
, described below. But for now let's merge this first PR as it's already covering the build backstage container in CI now. And let's tackle the 2 remaining issues in future PRs.make compose-test
-error: CREATE DATABASE "backstage_plugin_app" - permission denied to create database
#74make k8s-up
-Unable to convert config value for key 'integrations.github[0].apps[0].appId' in 'env' to a number
#75