1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-06 07:57:07 +00:00
kyverno/test/conformance/chainsaw/ttl/valid-label/pod.yaml
Charles-Edouard Brétéché d6933fff4f
chore: all chainsaw tests (#9011)
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
2023-11-24 11:17:58 +01:00

10 lines
154 B
YAML

apiVersion: v1
kind: Pod
metadata:
name: test-pod
labels:
cleanup.kyverno.io/ttl: 10s
spec:
containers:
- image: nginx:latest
name: nginx