A simple utility for rendering Go Templates with the Sprig library and/or the Helm Templating Language.
go.mod | ||
go.sum | ||
LICENSE | ||
main.go | ||
README.md |
spry
Basic Sprig Template Rendering.
Functions similar to Helm Templating, but without the special K8s functions
like lookup
.
Usage Examples
$ ./spry
Usage of ./spry:
-d string
Output delimiter between template files rendered (default "---")
-f value
Specify a values file (JSON or YAML)
-helm
Whether to nest provided values under .Values
-set value
Set a specific value (foo.bar=spam)