#fixit remove ref to subscriber (#1056)

This commit is contained in:
sebgoa 2019-04-10 18:09:59 +02:00 committed by Knative Prow Robot
parent 541df1a173
commit cb490eb9b0
1 changed files with 3 additions and 3 deletions

View File

@ -125,9 +125,9 @@ gcloud pubsub topics publish testing --message="Hello world"
## Verify
We will verify that the published message was sent into the Knative eventing
system by looking at what is downstream of the `GcpPubSubSource`. If you
deployed the [Subscriber](#subscriber), then continue using this section. If
not, then you will need to look downstream yourself.
system by looking at the logs of the function subscribed to the `pubsub-test` channel.
The function and the subscription were created by applying the `subscriber.yaml` manifest in the [deployment](#deployment) section above.
1. We need to wait for the downstream pods to get started and receive our event,
wait 60 seconds.