Andreas Brehmer

Results 4 issues of Andreas Brehmer

## Expected Behavior The following rego code should compile, run _and `opa build`_. `testcase.rego`: ```rego package testcase # rule name `or` seems to trigger the issue or(param) { true #...

bug
inactive

### Kyverno CLI Version 1.11.0 ### Description (found with CLI v1.11.0-rc.6) When running `kubectl-kyverno test ...` the following error got printed for one test case out of 500+: ``` [controller-runtime]...

bug
type:cli
cli:test

### Description It is not mentioned at all _in which file_ the `checks` should be specified. One can only guess that it's in `kyverno-test.yaml`. Furthermore, the schema of the objects...

enhancement

### Problem Helm option `--set-literal` does not perform backslash escaping for value _names_. Example: `--set-literal 'a.b\.b\.b.c=x,\[]{}x'` has the same effect as using the following values file: ```yaml a: b\\: b\\:...

bug
unconfirmed
Stale