Chip Zoller
Chip Zoller
Thanks for the interest but this one is better left for me.
Looks fine. Code PR needs to be merged first.
@NeuroticalT, the base branch here was wrong so I updated to `main`. All changes first go to `main` and then may or may not be cherry picked. There are now...
Use `spec.schemaValidation: false` since you're on an older version. As of 1.11 this was deprecated and no internal schema validation is performed.
```yaml - key: '{{request.operation}}' operator: In value: - UPDATE ``` The `In` operator no longer functions as stated in the release notes for 1.12.0 [here](https://github.com/kyverno/kyverno/releases/tag/v1.12.0). Either move this to `operations[]`...
@PhilippMT, remove the `excludeGroups: system:nodes` line in the Kyverno ConfigMap or change the value to something other than `system:nodes`. This will probably fix the issue. Kyverno is filtering out requests...
It may be good to print a note on this one after the chart is installed or upgraded.
None of the affected packages impact the latest release (1.12.5). Closing.
This is not a bug and is working as intended. Since this was a new addition, we don't have plans to change this currently but will consider it.
> Now how can I add additional namespaces to the existed rules? Remove the rule, make changes, and re-add the rule. If sync is enabled, disable sync before rule removal.