-
Notifications
You must be signed in to change notification settings - Fork 7
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
Change: use build-tool for generating dbaas consumers in builds #115
Conversation
…nsformed types changed
…go to mongodb-dbaas conversion
09d54b9
to
124b28f
Compare
124b28f
to
11d5bcb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is looking good from my side. Tested with all DBaaS providers, in new and update scenarios. The correction of the environment labels is nice, and the addition of the annotations to the postgres consumer both work perfectly. Additionally it clears up a situation where the underlying image for the DBaaS-ed service was being copied into Harbor unnecessarily
Great piece of work. A++
Use build-deploy-tool to handle the creation of dbaas templates. This replaces the existing BASH process.
At the moment this is replacement of existing functionality, but I think it should also force failure of build on failure to provision dbaas #56, but this could be a follow up PR
Sub task of #27