slok / go-helm-template

Simple go library to run Helm template without executing Helm
Apache License 2.0
16 stars 2 forks source link

ignore symlinks while reading files #59

Closed freisenhauer closed 6 months ago

freisenhauer commented 6 months ago

While using this lib, I discovered that loading a chart crashes if a symlink is inside the chart. This solves this.

slok commented 6 months ago

Many thanks!