Karuppiah Natarajan

Results 227 comments of Karuppiah Natarajan

Ah! Didn't know about this. I'll check it out @sfxworks ! Thanks for bringing this up

@sfxworks Could you help me in reproducing the issue? I'm not able to reproduce it. Whenever I create the `values.schema.json`, it gets created in ASCII format somehow

```bash $ file -I values.yaml values.yaml: text/plain; charset=utf-8 $ file -I values.schema.json values.schema.json: text/plain; charset=us-ascii ```

@RichiCoder1 I'll try to analyze this. Sounds like a nice feature, but I'm also concerned about the correctness of the program. Even though many people have standard fields, it doesn't...

Also, the tool is more of a helper tool to get started, instead of starting from scratch. It's not exactly a full fledged tool

Some people have told me that there are few more tools that help with similar stuff related to schema.

For example Cuelang. Reference post: https://news.ycombinator.com/item?id=23730926

I can think of one way to solve this, need to dig in more. The idea is to have some optional feature, which works only when explicitly turned on. This...

Also, the comment in the values.yaml with `# $type: resources` could help too, and the tool can have some default understanding for it, and the user can provide custom config...

@carbohydrates I think that's a great idea. Maybe that could be a different issue as this issues seems to have a different goal, which is more magical with as little...