Skip to content

Commit afd90fe

Browse files
committed
minor correction in 103
1 parent 085cdb1 commit afd90fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

01-path-basics/103-kubernetes-concepts/readme.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@ If rolling back to a specific revision then enter:
703703

704704
Run the following command to delete the Deployment:
705705

706-
$ kubectl delete -f templates/deployment.yaml
706+
$ kubectl delete -f deployment.yaml
707707
deployment "nginx-deployment" deleted
708708

709709
== Service

0 commit comments

Comments
 (0)