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

Commit 89794dd

Browse files
authored
Fix reference to old crd name in docs (#308)
1 parent f417395 commit 89794dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/deploy-configure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ To deploy your first replica set:
2121
```
2222
2. Verify that the MongoDB resource deployed:
2323
```
24-
kubectl get mongodb --namespace <my-namespace>
24+
kubectl get mongodbcommunity --namespace <my-namespace>
2525
```
2626
3. Connect clients to the MongoDB replica set:
2727
```

0 commit comments

Comments
 (0)