Refactor namespace defs
Summary
Although using namespace_defs is a simple way to build the prerequisites of a unit, it hinders the composability of Sylva.
It is preferable to build the prerequisites in another way:
- Either by using a component associated with the customization of a Helm release
- Or by adding the creation of the namespace in the files of a customization
- Or by adding an init unit.
Edited by Arnaud Bouts