2023-10-13 13:07:10 +02:00
2023-10-13 13:07:10 +02:00
2023-10-12 18:04:03 +00:00
2023-10-13 15:26:16 +02:00
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)
Description
A simple utility for rendering Go Templates with the Sprig library and/or the Helm Templating Language.
Readme 94 KiB
Languages
Go 94.6%
Makefile 5.4%