mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-05-18 05:36:24 +00:00
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:
@@ -8,6 +8,7 @@ spec:
|
||||
spec:
|
||||
template:
|
||||
spec:
|
||||
runtimeClassName: kata
|
||||
containers:
|
||||
- name: pi
|
||||
image: quay.io/prometheus/busybox:latest
|
||||
|
||||
Reference in New Issue
Block a user