Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

replace envtpl with something better #71

Closed
pschiffe opened this issue Mar 26, 2022 · 2 comments
Closed

replace envtpl with something better #71

pschiffe opened this issue Mar 26, 2022 · 2 comments

Comments

@pschiffe
Copy link
Owner

envtpl project is most likely dead, with last commit in 2018 - https://github.com/andreasjansson/envtpl
it's also not compatible with the latest jinja2, which makes maintaining little bit harder

ideal replacement would probably be something statically linked, maybe go based, with minimum deps

possible alternatives (must support input from shell env vars):
https://github.com/subfuzion/envtpl
https://github.com/tsg/gotpl

@spijet
Copy link

spijet commented Mar 28, 2022

I personally use belitre/gotpl, which itself is a fork of tsg/gotpl with some functions ported over from Helm. Unfortunately, it doesn't take any variables from the environment (only from "values" files and -s cmdline flag), but there's another fork that does support environment variables: CartoDB/gotpl@0a78f0.

pschiffe added a commit that referenced this issue Dec 19, 2023
@pschiffe
Copy link
Owner Author

This is now implemented. In the end I went with https://github.com/kha7iq/subvars

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants