ui
ui copied to clipboard
Add support for config templating.
Description & motivation π
This is to replace our use of dockerize in our docker containers. Using built-in templating will avoid the need to write to the filesystem, improving the security of our images by allowing read-only mounting.
Screenshots (if applicable) πΈ
Design Considerations π¨
Testing π§ͺ
How was this tested π»
- [ ] Manual testing
- [ ] E2E tests added
- [ ] Unit tests added