Skip to content

Commit de37d49

Browse files
authored
Merge pull request #59983 from xenolinux/OCPBUGS-13338
OCPBUGS#13338: Update the command for deleting the CR
2 parents fea795f + 238e48c commit de37d49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/osdk-quickstart.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ Delete a CR by running the following command:
221221
+
222222
[source,terminal]
223223
----
224-
$ oc delete -f config/samples/cache_v1_memcached.yaml -n memcached-operator-system
224+
$ oc delete -f config/samples/demo_v1_nginx.yaml -n nginx-operator-system
225225
----
226226

227227
. *Clean up.*

0 commit comments

Comments
 (0)