From 60db9bb12cae83daae26b93eade54f870c659134 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 24e894ea6b6f..feb9aa11e2d3 100644 --- a/modules/k8s-nmstate-uninstall-operator.adoc +++ b/modules/k8s-nmstate-uninstall-operator.adoc @@ -103,5 +103,5 @@ $ oc delete crd nodenetworkconfigurationpolicies.nmstate.io + [source,terminal] ---- -$ oc delete namespace kubernetes-nmstate +$ oc delete namespace openshift-nmstate ----