Update kyverno.md

Adds missing `pod` in the command
This commit is contained in:
jsubirat
2020-11-19 12:11:17 +01:00
committed by Jerome Petazzoni
parent 536a9cc44b
commit 543b44fb29

View File

@@ -215,7 +215,7 @@
- Apply a color label:
```bash
kubectl label test-color-0 color=purple
kubectl label pod test-color-0 color=purple
```
]