mirror of https://github.com/helm/helm
resolves #4337
Merging maps inside of strings gets a bit tricky. When two
strings consisting of "{}" were being added together, this resulted in
"{}\n{}" instead of "{}" which is what we wanted. This led to YAML
parsing errors and showed up when the `--reuse-values` flag was used
when no overrides via `--set` were provided during install and/or
upgrade.
(cherry picked from commit 3e0de0dae9
)
release-2.10
parent
28b4171da0
commit
39d41d09c6
Loading…
Reference in new issue