mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-09 01:16:55 +00:00
* fix: check background scanning only for validation policies Signed-off-by: Vyom-Yadav <jackhammervyom@gmail.com> * fix: Support subresources as the trigger in generate rules Signed-off-by: Vyom-Yadav <jackhammervyom@gmail.com> --------- Signed-off-by: Vyom-Yadav <jackhammervyom@gmail.com>
7 lines
437 B
YAML
7 lines
437 B
YAML
apiVersion: kuttl.dev/v1beta1
|
|
kind: TestStep
|
|
commands:
|
|
- command: kubectl delete cpol zk-kafka-address --force --wait=true --ignore-not-found=true
|
|
- command: kubectl delete pod nginx -n test-generate-exec --wait=true --ignore-not-found=true
|
|
- command: kubectl delete cm zk-kafka-address -n test-generate-exec --wait=true --ignore-not-found=true
|
|
- command: kubectl delete ns test-generate-exec --wait=true --ignore-not-found=true
|