mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-06 16:06:56 +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>
5 lines
No EOL
282 B
YAML
5 lines
No EOL
282 B
YAML
# A clean-up is presently required because kuttl does not do a reliable job of cleaning up both cluster-scoped objects.
|
|
apiVersion: kuttl.dev/v1beta1
|
|
kind: TestStep
|
|
commands:
|
|
- command: kubectl delete -f 01-manifests.yaml,02-secret.yaml --force --wait=true --ignore-not-found=true |