mirror of https://github.com/knative/docs.git
use public image instead of requiring ko (#582)
This commit is contained in:
parent
e57450a66b
commit
c20a981a25
|
@ -43,7 +43,7 @@ In order to check the `KubernetesEventSource` is fully working, we will create a
|
|||
1. Deploy `subscription.yaml`.
|
||||
|
||||
```shell
|
||||
ko apply -f eventing/samples/kubernetes-event-source/subscription.yaml
|
||||
kubectl apply -f eventing/samples/kubernetes-event-source/subscription.yaml
|
||||
```
|
||||
|
||||
|
||||
|
|
|
@ -28,4 +28,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@sha256:73a95b05b5b937544af7c514c3116479fa5b6acf7771604b313cfc1587bf0940
|
||||
|
|
Loading…
Reference in New Issue