1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 21:46:22 +01:00

Merge pull request #26000 from abrennan89/fixtrigger

Remove leftover conflict notes
This commit is contained in:
Andrew Taylor
2020-09-30 15:55:47 -04:00
committed by GitHub

View File

@@ -9,11 +9,7 @@ You can use the `kn trigger update` command with certain flags to update attribu
.Example
<<<<<<< HEAD
. Update a trigger to filter exact event attributes that match incoming events, such as `type=knative.dev.event`:
=======
* To update a trigger, enter the following command:
. To update a trigger, enter the following command:
+
[source,terminal]
@@ -25,33 +21,21 @@ $ kn trigger update <trigger_name> --filter <key=value> --sink <sink_name> [flag
You can update a trigger to filter exact event attributes that match incoming events, such as `type=knative.dev.event`. For example:
+
>>>>>>> Updating eventing workflows for GA
[source,terminal]
----
$ kn trigger update <trigger_name> --filter type=knative.dev.event
----
<<<<<<< HEAD
. Remove the filter attribute with key `type`:
=======
. You can also remove a filter attribute from a trigger. For example, you can remove the filter attribute with key `type`:
+
You can also remove a filter attribute from a trigger.
For example, you can remove the filter attribute with key `type`:
+
>>>>>>> Updating eventing workflows for GA
[source,terminal]
----
$ kn trigger update <trigger_name> --filter type-
----
<<<<<<< HEAD
. Update the sink of a trigger to use a service named `event-display`:
=======
+
The following example shows how to update the sink of a trigger to `svc:new-service`:
+
>>>>>>> Updating eventing workflows for GA
[source,terminal]
----