mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-07-19 21:09:27 +00:00
Update kyverno.md
Adds missing `pod`s in the commands
This commit is contained in:
committed by
Jerome Petazzoni
parent
543b44fb29
commit
fa709f0cb4
@@ -248,9 +248,9 @@
|
||||
|
||||
- Try to apply a few color labels:
|
||||
```bash
|
||||
kubectl label test-color-1 color=purple
|
||||
kubectl label test-color-1 color=red
|
||||
kubectl label test-color-1 color-
|
||||
kubectl label pod test-color-1 color=purple
|
||||
kubectl label pod test-color-1 color=red
|
||||
kubectl label pod test-color-1 color-
|
||||
```
|
||||
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user