We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
So when we have a configmap that does not allow number types only string and validate it we get:
WARN - /templates/configmap-general.yaml contains an invalid ConfigMap (default.general) - data: Invalid type. Expected: [string,null], given: integer
Why is this not an error?
The text was updated successfully, but these errors were encountered:
i just lost 4 hours because there was no error in the log. Please change this in the next release.
Sorry, something went wrong.
Will this be acknowledged as a bug by repository owners?
Invalid type.
Is not valid check result as only a warning IMHO
Also is this maybe related to? xeipuuv/gojsonschema#345
No branches or pull requests
So when we have a configmap that does not allow number types only string and validate it we get:
Why is this not an error?
The text was updated successfully, but these errors were encountered: