Merge pull request #244 from sameo/topic/config.json

testdata: sandbox ns options should be under security_context
This commit is contained in:
Antonio Murdaca 2016-12-08 18:46:45 +01:00 committed by GitHub
commit 2e83385a40
2 changed files with 12 additions and 10 deletions

View file

@ -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
}
}
}

View file

@ -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
}
}
}