Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
trescst authored Oct 8, 2019
1 parent f6d1fed commit 97c10b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lab-05/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ As some of you might wonder what happens when you both specify a namespace
inside the metadata as well as on the command line, so let us give this a try:

```
kubectl apply -f lab-05-pod.yml -n default
kubectl apply -f lab-05-pod-metadata-ns.yml -n default
---
Expand All @@ -166,4 +166,4 @@ kubectl delete ns lab-05
---
namespace "lab-05" deleted
```
```

0 comments on commit 97c10b7

Please sign in to comment.