diff --git a/documentation/modules/eventing/pages/_partials/deploy-knative-resources.adoc b/documentation/modules/eventing/pages/_partials/deploy-knative-resources.adoc index a1a6d78..aac3a18 100644 --- a/documentation/modules/eventing/pages/_partials/deploy-knative-resources.adoc +++ b/documentation/modules/eventing/pages/_partials/deploy-knative-resources.adoc @@ -61,6 +61,7 @@ kn channel create {channel-name} kn source ping create event-greeter-ping-source \ --schedule "*/2 * * * *" \ --sink channel:eventinghello-ch + --data '{"message": "Thanks for doing Knative Tutorial"}' ---- #end::ev-ping-channel[] #tag::sub-helloa-sink[]