-
Notifications
You must be signed in to change notification settings - Fork 3
[WIP] INS-1659: [docs] update kyverno plugin documentation #513
New issue
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
base: main
Are you sure you want to change the base?
Conversation
| **Test case files:** | ||
| - `.success.yaml` - Resources that should pass validation | ||
| - `.failure.yaml` - Resources that should fail validation | ||
| - `.testcase*.yaml` - Named test cases with expected outcomes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a bit confusing to me, what does it mean?
| kind: Policy | ||
| metadata: | ||
| name: namespace-specific-policy | ||
| namespace: production # Required for namespaced policies |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How does this interact with policymappings & appGroups?
| #### Policy Validation Details | ||
|
|
||
| The CLI validates policies before pushing them to Insights: | ||
| - **Security validation**: Prevents dangerous configurations |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is this?
This PR fixes #
Checklist
Description
What's the goal of this PR?
What changes did you make?
What alternative solution should we consider, if any?