mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-09 09:26:54 +00:00
8 lines
208 B
YAML
8 lines
208 B
YAML
|
# Specifying the kind as `TestStep` performs certain behaviors like this delete operation.
|
||
|
apiVersion: kuttl.dev/v1beta1
|
||
|
kind: TestStep
|
||
|
delete:
|
||
|
- apiVersion: v1
|
||
|
kind: Secret
|
||
|
name: regcred
|
||
|
namespace: bar
|