From 2488c249d1aa176cb4784f30fcac4b3c534ab69a Mon Sep 17 00:00:00 2001 From: ianzhang366 Date: Tue, 31 May 2022 10:56:53 -0400 Subject: [PATCH] fix a typo (#879) Signed-off-by: Ian Zhang --- examples/customResource/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/customResource/README.md b/examples/customResource/README.md index 8ea9084..2fdb117 100644 --- a/examples/customResource/README.md +++ b/examples/customResource/README.md @@ -15,7 +15,7 @@ dotnet add package KubernetesClient Make sure the [CRD](./config/crd.yaml) is created, in order to create an instance of it after. ```shell -kubectl create -f ./crd.yaml +kubectl create -f ./config/crd.yaml ``` You can test that the CRD is successfully added, by creating an [instance](./config/yaml-cr-instance.yaml) of it using kubectl: