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