We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ed90c3 commit d60f525Copy full SHA for d60f525
1 file changed
documentation/modules/eventing/pages/_partials/deploy-knative-resources.adoc
@@ -61,6 +61,7 @@ kn channel create {channel-name}
61
kn source ping create event-greeter-ping-source \
62
--schedule "*/2 * * * *" \
63
--sink channel:eventinghello-ch
64
+ --data '{"message": "Thanks for doing Knative Tutorial"}'
65
----
66
#end::ev-ping-channel[]
67
#tag::sub-helloa-sink[]
0 commit comments