From 095d5498b5bb046a80d497fbfb6aeafde40bcb2a Mon Sep 17 00:00:00 2001 From: Ben Kilimnik <47846691+benkilimnik@users.noreply.github.com> Date: Mon, 2 Oct 2023 09:38:15 -0700 Subject: [PATCH] Fix typo in demo update instructions for k8ssandra (#1719) Summary: TSIA Type of change: /kind cleanup Test Plan: N/A Signed-off-by: Benjamin Kilimnik --- demos/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/README.md b/demos/README.md index 7cd4ef02928..5ba972f7dea 100644 --- a/demos/README.md +++ b/demos/README.md @@ -82,7 +82,7 @@ file describes the demo scenarios. kustomize build . > k8ssandra-control-plane.yaml ``` -5. Concatenate the yaml files in the order specified below and copy it into `pixie/demos/kafka`. +5. Concatenate the yaml files in the order specified below and copy it into `pixie/demos/k8ssandra`. ```shell cat crd.yaml k8ssandra-control-plane.yaml petclinic.yaml > demos/k8ssandra/k8ssandra.yaml