From af48ccb53d7ce67e4e527b4152434c061e21fdb8 Mon Sep 17 00:00:00 2001 From: Friedrich Date: Wed, 18 Oct 2023 09:54:57 +0200 Subject: [PATCH] change the example file to one that exists in the repo. (#148) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 59e75891..93b23414 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ You’ll need a Kubernetes cluster to run against. You can use [k3d](https://k3d 4. [Optional] Install `Eventing` Custom Resource: ```sh - kubectl apply -f config/samples/eventing-eval.yaml + kubectl apply -f config/samples/default.yaml ``` 5. [Optional] For EventMesh backend, set env var `DOMAIN` to the cluster domain in the deployment resource. For example: ```