Skip to content

Commit 84364ee

Browse files
(DOCSP-12135): Fix wrong commands for deleting crds
1 parent 5308012 commit 84364ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/reference/troubleshooting.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -400,9 +400,9 @@ To remove the |k8s-crds|:
400400

401401
.. code-block:: shell
402402

403-
kubectl delete crd MongoDB
404-
kubectl delete crd MongoDBUSer
405-
kubectl delete crd MongoDBOpsManager
403+
kubectl delete crd mongodb.mongodb.com
404+
kubectl delete crd mongodbusers.mongodb.com
405+
kubectl delete crd opsmanagers.mongodb.com
406406

407407
.. _remove-k8s-namespace:
408408

0 commit comments

Comments
 (0)