Merge pull request #244 from sameo/topic/config.json
testdata: sandbox ns options should be under security_context
This commit is contained in:
commit
2e83385a40
2 changed files with 12 additions and 10 deletions
1
test/testdata/sandbox_config.json
vendored
1
test/testdata/sandbox_config.json
vendored
|
@ -53,6 +53,7 @@
|
|||
},
|
||||
"linux": {
|
||||
"cgroup_parent": "podsandbox1.slice:container:infra",
|
||||
"security_context": {
|
||||
"namespace_options": {
|
||||
"host_network": false,
|
||||
"host_pid": false,
|
||||
|
|
1
test/testdata/sandbox_config_seccomp.json
vendored
1
test/testdata/sandbox_config_seccomp.json
vendored
|
@ -51,6 +51,7 @@
|
|||
},
|
||||
"linux": {
|
||||
"cgroup_parent": "podsandbox1.slice:container:infra",
|
||||
"security_context": {
|
||||
"namespace_options": {
|
||||
"host_network": false,
|
||||
"host_pid": false,
|
||||
|
|
Loading…
Reference in a new issue