mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-09 01:16:55 +00:00
51 lines
1.6 KiB
Markdown
51 lines
1.6 KiB
Markdown
|
## Related issue
|
||
|
|
||
|
<!--
|
||
|
Please link the GitHub issue this pull request resolves in the format of `#1234`. If you discussed this change
|
||
|
with a maintainer, please mention her/him using the `@` syntax (e.g. `@JimBugwadia`).
|
||
|
|
||
|
If this change neither resolves an existing issue nor has sign-off from one of the maintainers, there is a
|
||
|
chance substantial changes will be requested or that the changes will be rejected.
|
||
|
|
||
|
You can discuss changes with maintainers in the [Kyvrno Slack Channel](https://kubernetes.slack.com/).
|
||
|
-->
|
||
|
|
||
|
**What type of PR is this?**
|
||
|
<!--
|
||
|
|
||
|
> Uncomment only one ` /kind <>` line, hit enter to put that in a new line, and remove leading whitespaces from that line:
|
||
|
>
|
||
|
> /kind api-change
|
||
|
> /kind bug
|
||
|
> /kind cleanup
|
||
|
> /kind design
|
||
|
> /kind documentation
|
||
|
> /kind failing-test
|
||
|
> /kind feature
|
||
|
-->
|
||
|
|
||
|
## Proposed changes
|
||
|
|
||
|
<!--
|
||
|
Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request.
|
||
|
-->
|
||
|
|
||
|
## Checklist
|
||
|
|
||
|
<!--
|
||
|
Put an `x` in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of
|
||
|
them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.
|
||
|
-->
|
||
|
|
||
|
- [ ] I have read the [contributing guidelines](../blob/master/CONTRIBUTING.md).
|
||
|
- [ ] I have added tests that prove my fix is effective or that my feature
|
||
|
works.
|
||
|
- [ ] I have added or changed [the documentation](documentation/).
|
||
|
|
||
|
## Further comments
|
||
|
|
||
|
<!--
|
||
|
If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution
|
||
|
you did and what alternatives you considered, etc...
|
||
|
-->
|