mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-09 17:37:12 +00:00
* chore: bump chainsaw Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> * more template use Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> * v0.2.10 Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> * go mod Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> --------- Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> |
||
---|---|---|
.. | ||
chainsaw-test.yaml | ||
pod-assert.yaml | ||
pod.yaml | ||
README.md |
## Description
This test cleans up pods via a label assignment named cleanup.kyverno.io/ttl: 10s
.
Once deleted, the pod is created a second time and we expect to be deleted again.
Expected Behavior
The pod test-pod
is cleaned up successfully after 10s twice.