mirror of
https://github.com/helm/helm.git
synced 2026-08-10 17:14:52 +00:00
If a templates/ dir of a chart contained a subdirectory, for example "templates/tests/test-db.yaml", an error was being thrown on export due to missing the "templates/test" directory prior to saving the template file itself. Fixes #5757 Signed-off-by: Josh Dolitsky <jdolitsky@gmail.com>