mirror of https://github.com/knative/docs.git
fix event_dispaly image name (#2476)
This commit is contained in:
parent
5147732666
commit
4aaf5683f4
|
@ -20,4 +20,4 @@ spec:
|
||||||
template:
|
template:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- image: gcr.io/knative-releases/github.com/knative/eventing-sources/cmd/event_display
|
- image: gcr.io/knative-releases/knative.dev/eventing-contrib/cmd/event_display
|
||||||
|
|
|
@ -64,7 +64,7 @@ spec:
|
||||||
template:
|
template:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- image: gcr.io/knative-releases/github.com/knative/eventing-sources/cmd/event_display
|
- image: gcr.io/knative-releases/knative.dev/eventing-contrib/cmd/event_display
|
||||||
```
|
```
|
||||||
|
|
||||||
Create the service:
|
Create the service:
|
||||||
|
|
|
@ -125,7 +125,7 @@ spec:
|
||||||
template:
|
template:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- image: gcr.io/knative-releases/knative.dev/eventing-sources/cmd/event_display
|
- image: gcr.io/knative-releases/knative.dev/eventing-contrib/cmd/event_display
|
||||||
```
|
```
|
||||||
|
|
||||||
Change `default` below to create the `Sequence` in the Namespace where you want
|
Change `default` below to create the `Sequence` in the Namespace where you want
|
||||||
|
|
Loading…
Reference in New Issue