shuting
shuting
WIP: fix(reports-controller): Allow `UPDATE` Operation in Resource Validation for Reports Controller
Hi @Bhargav-InfraCloud - are you still planning to work on this?
WIP: fix(reports-controller): Allow `UPDATE` Operation in Resource Validation for Reports Controller
Closing due to no activity.
All `disallow-host-ports` tests failed, something's broken.
@lavishpal - are you fixing it?
/cherry-pick release-1.12
`reportProperties` is supported for custom reports properties via https://github.com/kyverno/kyverno/pull/10933. Closing.
You need resources (pods) when configuring clusterroles. ``` resources: - pods ```
The original clusterrole have a typo for Pod, it needs the resource `pods`, not `pod`. @mihaigalos - have you granted permission for cronjobs? If so, please file a new issue...
I'm closing this issue, the issue is with the [configuration typo](https://github.com/kyverno/kyverno/issues/11431#issuecomment-2421644194).
> [@realshuting](https://github.com/realshuting) thank you. How do I grant permission for CronJob? - do I need to kustomize patch the ClusterRole with this missing entry or is there an easier way?...