|
|
|
|
|
by solatic
2349 days 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. |
|