From bf76857127a7fdee79c724568b4de6a1512675bf Mon Sep 17 00:00:00 2001 From: Kenjiro Nakayama Date: Thu, 3 Sep 2020 21:49:22 +0900 Subject: [PATCH] Fix non existing image in Serverless eventing --- modules/apiserversource-kn.adoc | 2 +- modules/apiserversource-yaml.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/apiserversource-kn.adoc b/modules/apiserversource-kn.adoc index 1e34e87fbd00..4de46f6731a9 100644 --- a/modules/apiserversource-kn.adoc +++ b/modules/apiserversource-kn.adoc @@ -34,7 +34,7 @@ $ kn trigger create event-display-trigger --sink svc:event-display . Create events by launching a pod in the default namespace. You can do this by entering the following command: + ---- -$ oc create deployment hello-node --image=gcr.io/hello-minikube-zero-install/hello-node +$ oc create deployment hello-node --image=quay.io/openshift-knative/knative-eventing-sources-event-display ---- . Check that the controller is mapped correctly by entering the following command and inspecting the output: diff --git a/modules/apiserversource-yaml.adoc b/modules/apiserversource-yaml.adoc index af994c9cef3a..9889869f2b8f 100644 --- a/modules/apiserversource-yaml.adoc +++ b/modules/apiserversource-yaml.adoc @@ -148,7 +148,7 @@ $ oc apply --filename trigger.yaml . Create events by launching a pod in the default namespace. You can do this by entering the following command: + ---- -$ oc create deployment hello-node --image=gcr.io/hello-minikube-zero-install/hello-node +$ oc create deployment hello-node --image=quay.io/openshift-knative/knative-eventing-sources-event-display ---- . Check that the controller is mapped correctly by entering the following command and inspecting the output: