diff --git a/test/testdata/sandbox_config.json b/test/testdata/sandbox_config.json index 580f19f9..bc1f8a99 100644 --- a/test/testdata/sandbox_config.json +++ b/test/testdata/sandbox_config.json @@ -53,10 +53,11 @@ }, "linux": { "cgroup_parent": "podsandbox1.slice:container:infra", - "namespace_options": { - "host_network": false, - "host_pid": false, - "host_ipc": false - } + "security_context": { + "namespace_options": { + "host_network": false, + "host_pid": false, + "host_ipc": false + } } } diff --git a/test/testdata/sandbox_config_seccomp.json b/test/testdata/sandbox_config_seccomp.json index 5efc60a9..4a0f8129 100644 --- a/test/testdata/sandbox_config_seccomp.json +++ b/test/testdata/sandbox_config_seccomp.json @@ -51,10 +51,11 @@ }, "linux": { "cgroup_parent": "podsandbox1.slice:container:infra", - "namespace_options": { - "host_network": false, - "host_pid": false, - "host_ipc": false - } + "security_context": { + "namespace_options": { + "host_network": false, + "host_pid": false, + "host_ipc": false + } } }