Skip to content

Commit 389f7c2

Browse files
authored
Fix manual namespace deployment path
The tutorial already assumes that you are in the "templates" directory.
1 parent 69fa785 commit 389f7c2

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
@@ -1446,7 +1446,7 @@ Alternatively, a namespace can be created using `kubectl` as well.
14461446

14471447
. Create a Deployment:
14481448

1449-
$ kubectl -n dev2 apply -f templates/deployment.yaml
1449+
$ kubectl -n dev2 apply -f deployment.yaml
14501450
deployment "nginx-deployment-ns" created
14511451

14521452
. Get Deployments in the newly created Namespace:

0 commit comments

Comments
 (0)