22 lines
490 B
Markdown
22 lines
490 B
Markdown
# spry
|
|
|
|
Basic [Sprig](https://masterminds.github.io/sprig/) Template Rendering.
|
|
|
|
Functions similar to Helm Templating, but without the special K8s functions
|
|
like `lookup`.
|
|
|
|
## Usage Examples
|
|
|
|
```bash
|
|
$ ./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)
|
|
```
|