mirror of https://github.com/knative/docs.git
Fix cronjob sample bug (#815)
Use real message_dumper image instead of ko image path.
This commit is contained in:
parent
5584da3656
commit
9bafcc933c
|
@ -27,7 +27,7 @@ spec:
|
|||
revisionTemplate:
|
||||
spec:
|
||||
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`:
|
||||
|
|
|
@ -10,4 +10,4 @@ spec:
|
|||
revisionTemplate:
|
||||
spec:
|
||||
container:
|
||||
image: github.com/knative/eventing-sources/cmd/message_dumper
|
||||
image: gcr.io/knative-releases/github.com/knative/eventing-sources/cmd/message_dumper
|
||||
|
|
Loading…
Reference in New Issue