From 6d64df5eb6fb78f91089c46e05c6a1cc8f55af03 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 4a51eefe9fcb..b5ce8c60d34e 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 ----