mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-09 01:16:55 +00:00
23 lines
446 B
YAML
23 lines
446 B
YAML
---
|
|
apiVersion: chainsaw.kyverno.io/v1alpha1
|
|
kind: TestStep
|
|
metadata:
|
|
creationTimestamp: null
|
|
name: policy
|
|
spec:
|
|
timeouts: {}
|
|
try:
|
|
- apply:
|
|
file: policy-validate.yaml
|
|
- apply:
|
|
check:
|
|
(error != null): true
|
|
file: policy-mutate.yaml
|
|
- apply:
|
|
check:
|
|
(error != null): true
|
|
file: policy-generate.yaml
|
|
- apply:
|
|
check:
|
|
(error != null): true
|
|
file: policy-verify-image.yaml
|