karuppiah7890 / helm-schema-gen

So that you don't have to write values.schema.json by hand from scratch for your Helm 3 charts. [CURRENTLY NOT MAINTAINED]
MIT License
129 stars 60 forks source link

Get rid of afero for file reading #2

Closed karuppiah7890 closed 4 years ago

karuppiah7890 commented 4 years ago

I used afero for nothing 😅 It's not really needed at all. One could simply just use ioutil.ReadFile and things would be just fine. I think this would also drastically reduce the binary size. Just a guess! 😄