It would be great if in addition to a params file or params flag it could also just support environment variables. I think that makes the usage very simple, no flags to remember etc. Also in our current deployment setup we are already passing in these variables via env variables, so it would greatly simplify maintenance if I could just run ktmpl resource.yaml rather than having to mach it to the params flags.
Also running it locally becomes imo a bit simpler, e.g. VARIABLE="test" ktmpl resource.yaml
It would be great if in addition to a params file or params flag it could also just support environment variables. I think that makes the usage very simple, no flags to remember etc. Also in our current deployment setup we are already passing in these variables via env variables, so it would greatly simplify maintenance if I could just run
ktmpl resource.yamlrather than having to mach it to the params flags.Also running it locally becomes imo a bit simpler, e.g.
VARIABLE="test" ktmpl resource.yaml