1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-10 01:46:55 +00:00
kyverno/test/conformance/chainsaw/ttl/past-timestamp/pod.yaml

11 lines
169 B
YAML
Raw Normal View History

apiVersion: v1
kind: Pod
metadata:
name: test-pod
labels:
cleanup.kyverno.io/ttl: 2023-07-19T120000Z
spec:
containers:
- image: nginx:latest
name: nginx