fix up add runtimeclass

This commit is contained in:
stevenhorsman
2025-08-21 19:27:31 +01:00
committed by Alex Lyn
parent 87412a97e7
commit a0386f2750

View File

@@ -59,7 +59,7 @@ vm_rootfs_driver = "@VMROOTFSDRIVER_QEMU@"
# List of valid annotation names for the hypervisor
# Each member of the list is a regular expression, which is the base name
# of the annotation, e.g. "path" for io.katacontainers.config.hypervisor.path"
enable_annotations = @DEFENABLEANNOTATIONS@
enable_annotations = @DEFENABLEANNOTATIONS_COCO@
# List of valid annotations values for the hypervisor
# Each member of the list is a path pattern as described by glob(3).