arttor / helmify

Creates Helm chart from Kubernetes yaml
MIT License
1.48k stars 136 forks source link

Error not showing file or line number #85

Open pinguin999 opened 1 year ago

pinguin999 commented 1 year ago

I run helmify on about 20+ files and only get errors like this:

ERRO[0000] helmify finished with error                   error="unable to cast to deployment: unrecognized type: int32"

So I have to check all files for possible ints?

Is it possible to get better error reporting?

Thanks K