Skip to content

Commit

Permalink
docs: Quote MQTT example correctly (#936)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexec authored Nov 6, 2020
1 parent e30b1f6 commit f10fc3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/event-sources/mqtt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -30,7 +30,7 @@ spec:
# url: "tcp://mqtt.argo-events:1883"
# topic: "bar"
# jsonBody: true
# clientId: 2345
# clientId: "2345"
# tls:
# caCertSecret:
# name: my-secret
Expand Down

0 comments on commit f10fc3a

Please sign in to comment.