mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-11 18:37:16 +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
346 B
YAML
8 lines
No EOL
346 B
YAML
# An assert file can be a partial representation of an object. What is specified MUST be present for the check to pass and the test to proceed.
|
|
# If the specified timeout is reached and the assert does not evaluate to true, the test fails and halts.
|
|
apiVersion: kyverno.io/v1
|
|
kind: ClusterPolicy
|
|
metadata:
|
|
name: add-labels
|
|
status:
|
|
ready: true |