Add missing namespace name in kubctl label command example

This commit is contained in:
Arthur Chaloin
2019-04-26 10:42:41 +02:00
parent 3dbc424106
commit a4cf208fd8

View File

@@ -307,7 +307,7 @@ class: extra-details
- In the other, update our namespace:
```bash
kubectl label namespaces color=purple
kubectl label namespaces hello color=purple
```
]