mirror of https://github.com/knative/docs.git
Update first-trigger.md (#4210)
fix command with the right parameters. `kn trigger delete cloudevents-trigger`
This commit is contained in:
parent
d8897e9e73
commit
c4c85d2255
|
|
@ -50,7 +50,7 @@ You may need to refresh the page to see your changes.
|
|||
??? question "What if I want to filter on CloudEvent attributes?"
|
||||
First, delete your existing Trigger:
|
||||
```bash
|
||||
kn trigger delete cloudevents-player
|
||||
kn trigger delete cloudevents-trigger
|
||||
```
|
||||
Now let's add a Trigger that listens for a certain CloudEvent Type
|
||||
```bash
|
||||
|
|
|
|||
Loading…
Reference in New Issue