helm-template-parser 0.0.3

Parser for Helm template files
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# helm-template-parser

![crates.io](https://img.shields.io/crates/v/helm-template-parser)
![docs.rs](https://img.shields.io/docsrs/helm-template-parser)

A parser for reading the YAML files within your Helm [templates][1] directory
(that contain Helm [template expressions][2]).

The Helm expressions themselves are not evaluated, but this allows structured
interactions with the files here, e.g. programmatic modifications.

[1]: https://helm.sh/docs/chart_best_practices/templates/
[2]: https://helm.sh/docs/chart_template_guide/function_list/