We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 877587e commit 2488c24Copy full SHA for 2488c24
examples/customResource/README.md
@@ -15,7 +15,7 @@ dotnet add package KubernetesClient
15
Make sure the [CRD](./config/crd.yaml) is created, in order to create an instance of it after.
16
17
```shell
18
-kubectl create -f ./crd.yaml
+kubectl create -f ./config/crd.yaml
19
```
20
21
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