Add missing namespace name in kubctl label command example

This commit is contained in:
Arthur Chaloin
2019-04-27 19:14:13 -05:00
committed by Jerome Petazzoni
parent 9deeddc83a
commit dff8c1e43a
+1 -1
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
```
]