mirror of https://github.com/knative/docs.git
fix: wrong filters attribute in trigger document (#6294)
This commit is contained in:
parent
59fd9a068e
commit
fbe192c9e7
|
@ -88,10 +88,10 @@ with `-extensions.
|
|||
spec:
|
||||
broker: default
|
||||
filters:
|
||||
exact:
|
||||
type: dev.knative.foo.bar
|
||||
suffix:
|
||||
myextension: -value
|
||||
- exact:
|
||||
type: dev.knative.foo.bar
|
||||
suffix:
|
||||
myextension: -value
|
||||
subscriber:
|
||||
ref:
|
||||
apiVersion: serving.knative.dev/v1
|
||||
|
|
Loading…
Reference in New Issue