sbidoul / runboat

A simple runbot lookalike on kubernetes. Main goal is replacing the OCA runbot.
MIT License
113 stars 51 forks source link

Create a second database with only `base` installed #94

Closed sbidoul closed 11 months ago

sbidoul commented 1 year ago

Sometimes, the addons in a repo don't work well together when they are all installed in the same database.

A possible approach to help with this is to also create a database with only base installed, and let the users install the addons they need.

This should be doable by adapting installation and cleanup scripts in the kubefiles directory only.

If we let the installation script succeed when the base database is created correctly even though the full database does not install successfully, this may be a solution to #36 too.