mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-09 09:26:54 +00:00
Signed-off-by: Vyom-Yadav <jackhammervyom@gmail.com> Signed-off-by: Vyom-Yadav <jackhammervyom@gmail.com>
7 lines
413 B
YAML
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
|