kubeval icon indicating copy to clipboard operation
kubeval copied to clipboard

Low verbosity level

Open jdomag opened this issue 4 years ago • 0 comments

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.

jdomag avatar Dec 02 '20 10:12 jdomag