Skip to content

Commit

Permalink
Fixed the create kubectl namespace commands
Browse files Browse the repository at this point in the history
  • Loading branch information
anderslatif committed Oct 27, 2024
1 parent 4cb4b0e commit 9fc4851
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ TOKEN=$(k get secret -n kubeinvaders -o go-template='{{.data.token | base64decod
Create two namespaces:

```bash
kubectl create namespace1
kubectl create namespace2
kubectl create namespace namespace1
kubectl create namespace namespace2
```
Run the container:

Expand Down

0 comments on commit 9fc4851

Please sign in to comment.