Fix cronjob sample bug (#815)

Use real message_dumper image instead of ko image path.
This commit is contained in:
Derek Wang 2019-01-28 09:09:36 -08:00 committed by Knative Prow Robot
parent 5584da3656
commit 9bafcc933c
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ spec:
revisionTemplate: revisionTemplate:
spec: spec:
container: container:
image: github.com/knative/eventing-sources/cmd/message_dumper image: gcr.io/knative-releases/github.com/knative/eventing-sources/cmd/message_dumper
``` ```
Use following command to create the service from `service.yaml`: Use following command to create the service from `service.yaml`:

View File

@ -10,4 +10,4 @@ spec:
revisionTemplate: revisionTemplate:
spec: spec:
container: container:
image: github.com/knative/eventing-sources/cmd/message_dumper image: gcr.io/knative-releases/github.com/knative/eventing-sources/cmd/message_dumper