fix a typo (#879)

Signed-off-by: Ian Zhang <ianzhang@microsoft.com>
This commit is contained in:
ianzhang366
2022-05-31 10:56:53 -04:00
committed by GitHub
parent 877587e898
commit 2488c249d1

View File

@@ -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. Make sure the [CRD](./config/crd.yaml) is created, in order to create an instance of it after.
```shell ```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: You can test that the CRD is successfully added, by creating an [instance](./config/yaml-cr-instance.yaml) of it using kubectl: