From f10fc3a07ed1b5793f9f36136fd72aab83562978 Mon Sep 17 00:00:00 2001 From: Alex Collins Date: Thu, 5 Nov 2020 16:19:42 -0800 Subject: [PATCH] docs: Quote MQTT example correctly (#936) --- examples/event-sources/mqtt.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/event-sources/mqtt.yaml b/examples/event-sources/mqtt.yaml index 9623e62ee6..8a6fa89e17 100644 --- a/examples/event-sources/mqtt.yaml +++ b/examples/event-sources/mqtt.yaml @@ -13,7 +13,7 @@ spec: # source will be JSON jsonBody: true # client id - clientId: 2345 + clientId: "2345" # optional backoff time for connection retries. # if not provided, default connection backoff time will be used. connectionBackoff: @@ -30,7 +30,7 @@ spec: # url: "tcp://mqtt.argo-events:1883" # topic: "bar" # jsonBody: true -# clientId: 2345 +# clientId: "2345" # tls: # caCertSecret: # name: my-secret