From 5e0b5e26c4ca1b3c50906730952ace9221bbe919 Mon Sep 17 00:00:00 2001 From: Vedant Durgam Date: Sat, 23 Aug 2025 17:20:22 +0530 Subject: [PATCH] Corrected the deletion command with right namespace name for openshift-nmstate --- modules/k8s-nmstate-uninstall-operator.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/k8s-nmstate-uninstall-operator.adoc b/modules/k8s-nmstate-uninstall-operator.adoc index c46fb6a34f71..e9a52c7b5556 100644 --- a/modules/k8s-nmstate-uninstall-operator.adoc +++ b/modules/k8s-nmstate-uninstall-operator.adoc @@ -103,6 +103,6 @@ $ oc delete crd nodenetworkconfigurationpolicies.nmstate.io + [source,terminal] ---- -$ oc delete namespace kubernetes-nmstate +$ oc delete namespace openshift-nmstate ----