diff --git a/eventing/samples/k8s-events/README.md b/eventing/samples/k8s-events/README.md index 472e4a987..9801da876 100644 --- a/eventing/samples/k8s-events/README.md +++ b/eventing/samples/k8s-events/README.md @@ -116,7 +116,7 @@ When the flow is created, it provisions the following resources: bus: ```shell - kubectl get --output yaml feed k8s-event-flow + kubectl get --output yaml feed k8s-event-flow-.... ``` ```yaml diff --git a/eventing/samples/k8s-events/function.yaml b/eventing/samples/k8s-events/function.yaml index 59c966b90..71fa17b9e 100644 --- a/eventing/samples/k8s-events/function.yaml +++ b/eventing/samples/k8s-events/function.yaml @@ -24,4 +24,4 @@ spec: spec: container: # Replace this image with your {username}/k8s-events container - image: github.com/knative/docs/eventing/samples/k8s-events + image: docker.io/{username}/k8s-events