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
Is there a way to specify a list of Kinds to reject (like --skip-kinds but fail when encountered)?
--skip-kinds
I want to prevent kind: Secret from being checked into a repository. Something like
kind: Secret
kubeval --reject-kinds Secret
I'd be happy take a stab at implementing this functionality. Let me know!
The text was updated successfully, but these errors were encountered:
Add --reject-kinds flag
1093f08
Fixes instrumenta#225
Successfully merging a pull request may close this issue.
Is there a way to specify a list of Kinds to reject (like
--skip-kinds
but fail when encountered)?I want to prevent
kind: Secret
from being checked into a repository. Something likeI'd be happy take a stab at implementing this functionality. Let me know!
The text was updated successfully, but these errors were encountered: