From c8f5d339f2791be2aef2052a524cdb082288cd6d Mon Sep 17 00:00:00 2001 From: stevenhorsman Date: Mon, 4 Dec 2023 18:12:53 +0000 Subject: [PATCH] config: Remove kata-qemu-se The kata-qemu-se runtime class isn't supported at the moment on `main`, so drop references to it as part of switching to use kata-deploy Signed-off-by: stevenhorsman --- config/samples/ccruntime/s390x/kustomization.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/samples/ccruntime/s390x/kustomization.yaml b/config/samples/ccruntime/s390x/kustomization.yaml index 7583b667..c2c1257b 100644 --- a/config/samples/ccruntime/s390x/kustomization.yaml +++ b/config/samples/ccruntime/s390x/kustomization.yaml @@ -18,8 +18,6 @@ patches: value: - name: "kata-qemu" snapshotter: "nydus" - - name: "kata-qemu-se" - snapshotter: "nydus" - op: add path: /spec/config/defaultRuntimeClassName value: "kata-qemu"