Skip to content

Commit 2488c24

Browse files
authored
fix a typo (#879)
Signed-off-by: Ian Zhang <[email protected]>
1 parent 877587e commit 2488c24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/customResource/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dotnet add package KubernetesClient
1515
Make sure the [CRD](./config/crd.yaml) is created, in order to create an instance of it after.
1616

1717
```shell
18-
kubectl create -f ./crd.yaml
18+
kubectl create -f ./config/crd.yaml
1919
```
2020

2121
You can test that the CRD is successfully added, by creating an [instance](./config/yaml-cr-instance.yaml) of it using kubectl:

0 commit comments

Comments
 (0)