1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-10 09:56:55 +00:00
kyverno/test/conformance/chainsaw/ttl/propagation-policy/background/chainsaw-test.yaml

23 lines
471 B
YAML
Raw Normal View History

2024-10-08 00:55:33 +05:30
apiVersion: chainsaw.kyverno.io/v1alpha1
kind: Test
metadata:
name: background
spec:
steps:
- name: Create job with background deletion policy
try:
- create:
file: job.yaml
- name: Wait pod is running
try:
- assert:
file: pod-assert.yaml
- name: Delete job with background deletion policy
try:
- delete:
file: job.yaml
- name: Assert pod is no longer running
try:
- error:
file: pod-assert.yaml