fix(helm): improve --set parser
This replaces the old set parser with a brand new one. This also changes the internal algorithm from duplicating YAML to merging YAML, which might solve a problem one user reported in chat, but which was never captured in an issue. Closes #1540 Closes #1556
Showing
+595 -174
cmd/helm/strvals/doc.go
0 → 100644
cmd/helm/strvals/parser.go
0 → 100644
cmd/helm/strvals/parser_test.go
0 → 100644
Please register or sign in to comment