1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-09 09:26:54 +00:00
kyverno/test/conformance/kuttl/validate/e2e/lowercase-kind-crd/99-cleanup.yaml
Vyom Yadav c2dfd1d130
fix: policy match Kind case-senstive (#6008)
Signed-off-by: Vyom-Yadav <jackhammervyom@gmail.com>

Signed-off-by: Vyom-Yadav <jackhammervyom@gmail.com>
2023-01-16 16:01:05 +08:00

7 lines
413 B
YAML

apiVersion: kuttl.dev/v1beta1
kind: TestStep
commands:
- command: kubectl delete postgresql acid-minimal-cluster -n test-validate --force --wait=true --ignore-not-found=true
- command: kubectl delete cpol test --force --wait=true --ignore-not-found=true
- command: kubectl delete ns test-validate --force --ignore-not-found=true
- command: kubectl delete crd postgresqls.acid.zalan.do --force --wait=true