Skip to content

Commit 55435a8

Browse files
authored
Merge pull request #62829 from briantward/bugfix/OCPBUGS-16810
2 parents c9b178c + afc8071 commit 55435a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/compliance-operator-cli-uninstall.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,14 +85,14 @@ $ oc delete sub <Subscription-Name> -n openshift-compliance
8585
+
8686
[source,terminal]
8787
----
88-
$ oc delete CSV -n openshift-compliance
88+
$ oc delete csv <ComplianceCSV-Name> -n openshift-compliance
8989
----
9090

9191
. Delete the project:
9292
+
9393
[source,terminal]
9494
----
95-
$ oc delete project -n openshift-compliance
95+
$ oc delete project openshift-compliance
9696
----
9797
+
9898
.Example output
@@ -114,4 +114,4 @@ $ oc get project/openshift-compliance
114114
[source,terminal]
115115
----
116116
Error from server (NotFound): namespaces "openshift-compliance" not found
117-
----
117+
----

0 commit comments

Comments
 (0)