Add Jinja2 templating to config #1882
luke-hackwell
started this conversation in
General
Replies: 1 comment 1 reply
|
What exactly do you want to template? Maybe an external template generation would be more suitable here? |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I understand that the exporter config supports Jinja2 templating. I have a few use cases where this would be useful for the main config, such as conditionally adding resources/drivers, or populating a resource with a dynamic list. This can't be achieved using the
!templatefeature.Is there a reason that Jinja2 templating hasn't been implemented for the main config? Would you accept a PR for this?
All reactions