Skip to content

Commit

Permalink
fix a typo (#879)
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Zhang <[email protected]>
  • Loading branch information
ianzhang366 authored May 31, 2022
1 parent 877587e commit 2488c24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/customResource/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2488c24

Please sign in to comment.