1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-10 09:56:55 +00:00
kyverno/test/conformance/kuttl/validate/e2e/lowercase-kind-crd/99-cleanup.yaml

8 lines
413 B
YAML
Raw Normal View History

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