From dafdab3ecbc42ea467aa3957c3a5b60e0c113cde Mon Sep 17 00:00:00 2001 From: Vaibhav Date: Wed, 8 Jan 2020 05:42:54 -0500 Subject: [PATCH] Update mqtt.yaml --- examples/event-sources/mqtt.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/examples/event-sources/mqtt.yaml b/examples/event-sources/mqtt.yaml index c747df3d1a..59053b4fd1 100644 --- a/examples/event-sources/mqtt.yaml +++ b/examples/event-sources/mqtt.yaml @@ -5,16 +5,6 @@ metadata: spec: type: "mqtt" mqtt: - # no retries if connection to mqtt service is not successful - example-without-retry: - # url of your mqtt service - url: "tcp://mqtt.argo-events:1883" - # topic name - topic: "foo" - # client id - clientId: 1234 - - # retry after each backoff to set up a successful connection example-with-retry: url: "tcp://mqtt.argo-events:1883" topic: "bar"