Merge pull request #575 from jsubirat/patch-2

Update kyverno.md
This commit is contained in:
Jérôme Petazzoni
2020-11-19 17:27:03 +01:00
committed by GitHub

View File

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