deviceinsight / helm-maven-plugin

Maven Plugin for Helm Charts
Apache License 2.0
46 stars 22 forks source link

Fix package when binary files present #41

Closed steven-sheehy closed 4 years ago

steven-sheehy commented 4 years ago

Fixes #40 by only processing extensions json, tpl, yml and yaml. Binary files (or any file not in whitelisted extensions) are still copied, they're just not treated as text files and don't attempt property substitution.