top | item 22036219

(no title)

UserIsUnused | 6 years ago

Things like pipeline definitions and helm charts are generators.

discuss

order

solatic|6 years ago

No, Helm uses charts (data) to generate object definitions (in YAML). Helm is the generator.

There's nothing that prevents you from writing a unit test that runs `helm template` directly to check whether a given chart with given values will produce a given set of YAML files.