tests: k8s-cron-job: set runtimeClassName to kata

The cron-job test workload was missing `runtimeClassName: kata`, which
meant the cron job was not actually being executed under the Kata
runtime, defeating the purpose of the test.

Set it explicitly, consistent with the sibling `job.yaml` workload.

Signed-off-by: Fabiano Fidêncio <ffidencio@nvidia.com>
This commit is contained in:
Fabiano Fidêncio
2026-05-05 11:20:50 +02:00
parent 27c3dfbb8c
commit 29e63c21a1

View File

@@ -8,6 +8,7 @@ spec:
spec:
template:
spec:
runtimeClassName: kata
containers:
- name: pi
image: quay.io/prometheus/busybox:latest