v1.15.0
cloudpossebot
released this
22 Feb 20:49
·
36 commits
to refs/heads/master
since this release
Gomplate to use predefined config @max-lobur (#341)
what
- Define gomplate config and pass it throught CLI flag to every gomplate invocation
- Passing as the very last option to avoid injecting override in the env vars dereferenced later in same command
- unset GOMPLATE_CONFIG is not required as CLI option always takes precedence over env var, I tested.