Skip to content

v1.15.0

Compare
Choose a tag to compare
@cloudpossebot cloudpossebot released this 22 Feb 20:49
· 36 commits to refs/heads/master since this release
c7b01d7
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.