mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-07 00:17:13 +00:00
- add kuttl tests - try rekor: {url: "https://rekor.sigstore.dev"} - add rekor{} object to last two policies Signed-off-by: Chip Zoller <chipzoller@gmail.com>
8 lines
No EOL
208 B
YAML
8 lines
No EOL
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 |