Skip to content

Commit 3689859

Browse files
OCPBUGS#23052[OSDK Quickstart]: Missing *.yaml extension
1 parent 9d23db8 commit 3689859

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,subs="attributes+"]
223223
----
224-
$ oc delete -f config/samples/{group}_v1_{app} -n {app}-operator-system
224+
$ oc delete -f config/samples/{group}_v1_{app}.yaml -n {app}-operator-system
225225
----
226226

227227
. *Clean up.*

0 commit comments

Comments
 (0)