What are the exact steps needed to reproduce the bug you experienced?
Please provide any and all manifests needed to reproduce your issue, including Kyverno policies and test Kubernetes resources.
GitHub supports [syntax highlighting](https://docs.github.com/en/github/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks#syntax-highlighting) with code blocks.
# placeholder: Tell us what you see!
value:|-
1.
validations:
required:true
- type:textarea
id:bug-expectations
attributes:
label:Expected behavior
description:What did you expect to happen?
# placeholder: Tell us what you see!
# value: "asdf"
validations:
required:true
- type:textarea
id:bug-screenshots
attributes:
label:Screenshots
description:>-
If you have any screenshots that would help, please paste them below.
GitHub allows you to copy-and-paste directly from the clipboard into the text area.
**Pleaseavoid taking screenshots of either log or terminal output**; paste any textual output in the logs section below.
# placeholder: Tell us what you see!
# value: "asdf"
validations:
required:false
- type:textarea
id:logs
attributes:
label:Kyverno logs
description:>-
Please copy and paste any relevant log output.
This will be automatically formatted into code, so no need for backticks.
For help on how to view Pod logs in Kubernetes, see [here](https://kubernetes.io/docs/tasks/debug-application-cluster/debug-running-pod/#examine-pod-logs).
For guidance on how to enable more verbose log output in Kyverno, see [the documentation](https://kyverno.io/docs/troubleshooting/#policies-are-partially-applied).