mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-10 18:06:55 +00:00
17 lines
428 B
YAML
17 lines
428 B
YAML
|
# yaml-language-server: $schema=https://raw.githubusercontent.com/kyverno/chainsaw/main/.schemas/json/test-chainsaw-v1alpha1.json
|
||
|
apiVersion: chainsaw.kyverno.io/v1alpha1
|
||
|
kind: Test
|
||
|
metadata:
|
||
|
name: should-not-autogen
|
||
|
spec:
|
||
|
steps:
|
||
|
- name: create policy
|
||
|
try:
|
||
|
- create:
|
||
|
file: policy.yaml
|
||
|
- sleep:
|
||
|
duration: 20s
|
||
|
- name: check autogen policy
|
||
|
try:
|
||
|
- assert:
|
||
|
file: check-autogen.yaml
|