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 GitHub
parent 95247d6d39
commit 799aa21302

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
```
]