Changelog
Generate Helm charts from files:
helmify -f ./test_data/dir mychart
# will scan directory ./test_data/dir for files with k8s manifests and create 'mychart' directory with Helm chart.
helmify -f ./test_data/dir -r mychart
# will scan directory ./test_data/dir recursively and create 'mychart' directory with Helm chart.
helmify -f ./test_data/dir -f ./test_data/sample-app.yaml -f ./test_data/dir/another_dir mychart
# will scan provided multiple files and directories and create 'mychart' directory with Helm chart.