From ff1698d9158b62f6196bb6f0d62743c3fb41d297 Mon Sep 17 00:00:00 2001 From: Graham Whaley Date: Thu, 28 Mar 2019 11:17:43 +0000 Subject: [PATCH] kata-deploy: remove Trusted annotations from examples We no longer use the TrustedSandbox style annotations now we have moved to the RuntimeClass method of choosing a runtime. Drop the remaining Trusted items from the examples. Fixes: #403 Signed-off-by: Graham Whaley --- kata-deploy/examples/test-deploy-kata-qemu.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/kata-deploy/examples/test-deploy-kata-qemu.yaml b/kata-deploy/examples/test-deploy-kata-qemu.yaml index 84fd1bfeda..3abdbdd6e3 100644 --- a/kata-deploy/examples/test-deploy-kata-qemu.yaml +++ b/kata-deploy/examples/test-deploy-kata-qemu.yaml @@ -11,9 +11,6 @@ spec: run: php-apache-kata-qemu template: metadata: - annotations: - io.kubernetes.cri-o.TrustedSandbox: "false" - io.kubernetes.cri.untrusted-workload: "true" labels: run: php-apache-kata-qemu spec: