Skip to content

Commit 71993af

Browse files
authored
Merge pull request #125 from wzshiming/patch-2
Fix used crds path
2 parents 7b786ba + 9355ee5 commit 71993af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

charts/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ clusterpedia requires CRD resources, which can be installed manually using kubec
1313
1414
**Option 1: install CRDs with `kubectl`**
1515
```bash
16-
$ kubectl apply -f ./_crd
16+
$ kubectl apply -f ./_crds
1717
```
1818

1919
**Option 2: install CRDs as part of the Helm release**
@@ -58,5 +58,5 @@ $ helm --namespace clusterpedia-system uinstall clusterpedia
5858

5959
If the CRDs is not managed through Helm, then you need to delete the crd manually:
6060
```bash
61-
$ kubectl delete -f ./_crd
62-
```
61+
$ kubectl delete -f ./_crds
62+
```

0 commit comments

Comments
 (0)