feat(chart): add values parser
This adds code to parse TOML files into Values maps. These can then easily be passed into the template engine. Included in this is support for TOML "tables", subsections of TOML files. We will be using those to pass config data to dependent charts.
Showing
pkg/chart/values.go
0 → 100644
pkg/chart/values_test.go
0 → 100644
Please
register
or
sign in
to comment