2020-06-04 11:45:37 -07:00
## 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.
2021-02-09 18:02:15 -05:00
You can discuss changes with maintainers in the [Kyverno Slack Channel ](https://kubernetes.slack.com/ ).
2020-06-04 11:45:37 -07:00
-->
2021-08-12 09:58:25 -07:00
## Milestone of this PR
<!--
Add the milestone label by commenting `/milestone 1.2.3` .
-->
2021-02-09 18:02:15 -05:00
## What type of PR is this
2020-06-04 11:45:37 -07:00
<!--
2021-04-12 21:00:29 -04:00
> Uncomment only one ` /kind <>` line, hit enter to put that in a new line, and remove leading white spaces from that line:
2020-06-04 11:45:37 -07:00
>
> /kind api-change
> /kind bug
> /kind cleanup
> /kind design
> /kind documentation
> /kind failing-test
> /kind feature
-->
2021-04-12 21:00:29 -04:00
## Proposed Changes
2020-06-04 11:45:37 -07:00
<!--
2021-04-12 21:00:29 -04:00
Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request.
***NOTE***: If this PR results in new or altered behavior which is user facing, you **MUST** read and follow the steps outlined in the [PR documentation guide ](pr_documentation.md ) and add Proof Manifests as defined below.
-->
### Proof Manifests
<!--
2021-04-15 13:34:02 -04:00
Read and follow the [PR documentation guide ](https://github.com/kyverno/kyverno/blob/main/.github/pr_documentation.md ) for more details first. This section is for pasting your YAML manifests (Kubernetes resources and Kyverno policies) which allow maintainers to prove the intended functionality is achieved by your PR. Please use proper fenced code block formatting, for example:
2021-04-12 21:00:29 -04:00
```yaml
apiVersion: v1
kind: ConfigMap
metadata:
name: roles-dictionary
namespace: default
data:
allowed-roles: "[\"cluster-admin\", \"cluster-operator\", \"tenant-admin\"]"
```
2020-06-04 11:45:37 -07:00
-->
## 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.
-->
2021-02-10 11:57:43 -05:00
- [] I have read the [contributing guidelines ](https://github.com/kyverno/kyverno/blob/main/CONTRIBUTING.md ).
2021-02-09 18:02:15 -05:00
- [] I have added tests that prove my fix is effective or that my feature works.
2021-04-12 21:00:29 -04:00
- [] My PR contains new or altered behavior to Kyverno and
- [] I have added or changed [the documentation ](https://github.com/kyverno/website ) myself in an existing PR and the link is:
<!-- Uncomment to link to the PR -->
<!-- https://github.com/kyverno/website/pull/123 -->
- [] I have raised an issue in [kyverno/website ](https://github.com/kyverno/website ) to track the doc update and the link is:
2021-03-16 11:31:04 -07:00
<!-- Uncomment to link to the issue -->
<!-- https://github.com/kyverno/website/issues/1 -->
2021-05-04 18:47:11 +02:00
- [] I have read the [PR documentation guide ](https://github.com/kyverno/kyverno/blob/main/.github/pr_documentation.md ) and followed the process including adding proof manifests to this PR.
2020-06-04 11:45:37 -07:00
2021-04-12 21:00:29 -04:00
## Further Comments
2020-06-04 11:45:37 -07:00
<!--
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...
-->