Skip to content
This repository was archived by the owner on Dec 12, 2025. It is now read-only.

Commit d89d4c7

Browse files
authored
Fix typo in crd install command (#228)
1 parent 76214a6 commit d89d4c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/install-upgrade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ To install the MongoDB Community Kubernetes Operator:
3232

3333
a. Invoke the following `kubectl` command:
3434
```
35-
kubectl create -f deploy/crds/mongodb.com_mongodb_crd.yaml.yaml
35+
kubectl create -f deploy/crds/mongodb.com_mongodb_crd.yaml
3636
```
3737
b. Verify that the Custom Resource Definitions installed successfully:
3838
```

0 commit comments

Comments
 (0)