A simple utility for rendering Go Templates with the Sprig library and/or the Helm Templating Language.
Go to file
2023-10-13 15:26:16 +02:00
go.mod fix value merging & json unmarshalling 2023-10-13 13:07:10 +02:00
go.sum fix value merging & json unmarshalling 2023-10-13 13:07:10 +02:00
LICENSE Add LICENSE 2023-10-12 18:04:03 +00:00
main.go add helm compatibility option 2023-10-13 15:26:16 +02:00
README.md add helm compatibility option 2023-10-13 15:26:16 +02:00

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)