Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
resolve symlink during copy for helm package
symlinks inside the chart folder would be copied to the new directory for package. If those symlinks are relative, they wouldn't resolve anymore in the new location. Calling cp with `-L` should resolve the symlinks before copying.
- Loading branch information