kubeval
kubeval copied to clipboard
Low verbosity level
I run kubeval from helm chart plugin and the output I get is so limited that I can't even start troubleshooting the issue:
helm kubeval -o json -v 1.18.1 . -f values.yaml --ignore-missing-schemas
Warning: Set to ignore missing schemas
Warning: Set to ignore missing schemas
Warning: Set to ignore missing schemas
Warning: Set to ignore missing schemas
Warning: Set to ignore missing schemas
Warning: Set to ignore missing schemas
1 error occurred:
* Missing 'kind' key
Error: plugin "kubeval" exited with error
Would be great to see which file is affected / being checked or some other useful information to fix the issue.