Christian Roche

Results 2 issues of Christian Roche

`kubetpl` should be able to interpolate environment variables that appear in the source template, similarly to what [envsubst](https://www.gnu.org/software/gettext/manual/html_node/envsubst-Invocation.html) does, possibly with an option like `--with-env`. My use case is that...

**Version** ``` > cargo tree | grep tokio │ │ │ └── tokio v1.37.0 │ │ │ └── tokio-macros v2.2.0 (proc-macro) │ │ │ │ ├── tokio v1.37.0 (*) │...

C-bug
A-tokio