Hacker News new | ask | show | jobs
by everforward 924 days ago
A lot of those values end up being used in places that do have schemas. I think they're asking for what is basically inferred types.

They want Helm to recognize that the cpuLimit value is used as a CPU limit for a Pod and throw errors for any cpuLimit that isn't a valid CPU limit.

Agreed that the user will have to write their own schema for CLI arguments.