Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 729 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 729 Bytes

go-template

Simple binary to use Go's template engine. Just pipe the template via stdin and retrieve the rendered output from stdout.

Values

Key Value
.Val.some Retrieve any value provided via CLI argument or yaml file
.Env.SOME Retrieve any environment variable

Functions

Uses sprig and adds the required function known from Helm.