Metaswitch / floki

Launch containers to help build your software
MIT License
66 stars 21 forks source link

Floki templates are parsed with `tera` before being deserialized. #295

Closed maxdymond closed 1 year ago

maxdymond commented 1 year ago

Why this change?

This exposes some templating support, allowing specifically the ability to use {{ env.VARIABLE }} within a floki template to replace that value with the environment variable VARIABLE.

Relevant testing

Unit test added

Contributor notes

Anything you think will be useful for reviewers.

Checks

These aren't hard requirements, just guidelines