mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-07 08:26:53 +00:00
11 lines
200 B
YAML
11 lines
200 B
YAML
|
apiVersion: kuttl.dev/v1beta1
|
||
|
kind: TestStep
|
||
|
apply:
|
||
|
- file: configmap-allowed.yaml
|
||
|
- file: configmap-rejected.yaml
|
||
|
shouldFail: true
|
||
|
assert:
|
||
|
- configmap-allowed.yaml
|
||
|
error:
|
||
|
- configmap-rejected.yaml
|