mirror of https://github.com/knative/docs.git
[release-1.9] Update NOT and CESQL which are not working (#5471)
* Update NOT and CESQL `not` do not expect a list of filter it only expects only one filter * remove traling white spaces --------- Co-authored-by: Debasish Biswas <debasishbsws.abc@gmail.com>
This commit is contained in:
parent
9913e8e2d9
commit
e481d13501
|
@ -133,7 +133,7 @@ spec:
|
||||||
...
|
...
|
||||||
filters:
|
filters:
|
||||||
- not:
|
- not:
|
||||||
- exact:
|
exact:
|
||||||
type: com.github.push
|
type: com.github.push
|
||||||
```
|
```
|
||||||
### `cesql`
|
### `cesql`
|
||||||
|
@ -169,7 +169,7 @@ spec:
|
||||||
myextension: my-extension-value
|
myextension: my-extension-value
|
||||||
# Enhanced filters field. This will override the old filter field.
|
# Enhanced filters field. This will override the old filter field.
|
||||||
filters:
|
filters:
|
||||||
- cesql: "type == 'dev.knative.foo.bar' AND myextension == 'my-extension-value'"
|
- cesql: "type = 'dev.knative.foo.bar' AND myextension = 'my-extension-value'"
|
||||||
subscriber:
|
subscriber:
|
||||||
ref:
|
ref:
|
||||||
apiVersion: serving.knative.dev/v1
|
apiVersion: serving.knative.dev/v1
|
||||||
|
|
Loading…
Reference in New Issue