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
Hi, I make a fake yaml like below
apiVersion: extensions/v1beta1 kind: Deployment metadata: labels: app: lq load_balancer: AAA name: AAA namespace: algorithm name: AAA namespace: algorithm **specASDUWIUE**: replicas: 1 revisionHistoryLimit: 1 selector: matchLabels: load_balancer: AAA
the highlight key specASDUWIUE should be spec. But this tool still pass the validation.
The text was updated successfully, but these errors were encountered:
Hi @jdxyw. If you try running kubeval with --strict I think you should see this manifest fail.
kubeval
--strict
The problem here is:
spec
specASDUWIUE
Let me know if that works for you, if not please re-open the issue and I'll take a closer look.
Sorry, something went wrong.
No branches or pull requests
Hi, I make a fake yaml like below
the highlight key specASDUWIUE should be spec. But this tool still pass the validation.
The text was updated successfully, but these errors were encountered: