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
DOD Add an example of a custom rule that verifies a certain key-value is not used within a manifest
Example:
properties: kind: enum: - Deployment - Pod - DaemonSet - StatefulSet - ReplicaSet - CronJob - Job then: properties: spec: properties: template: properties: containers: type: array items: not: type: object properties: env: type: array required: - env```
The text was updated successfully, but these errors were encountered:
@adifay I dont understand the example you put here - is it supposed to be the schema of such a rule?
Sorry, something went wrong.
@hadar-co exactly
hadar-co
Successfully merging a pull request may close this issue.
DOD
Add an example of a custom rule that verifies a certain key-value is not used within a manifest
Example:
The text was updated successfully, but these errors were encountered: