mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-06 16:06:56 +00:00
12 lines
292 B
YAML
12 lines
292 B
YAML
|
apiVersion: chainsaw.kyverno.io/v1alpha1
|
||
|
kind: Test
|
||
|
metadata:
|
||
|
name: test-name
|
||
|
spec:
|
||
|
steps:
|
||
|
- try:
|
||
|
- script:
|
||
|
content: |
|
||
|
kyverno apply policy.yaml --resource resource.yaml --audit-warn --warn-exit-code 3
|
||
|
check:
|
||
|
($error): "exit status 3"
|