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,6 +53,7 @@
},
"linux": {
"cgroup_parent": "podsandbox1.slice:container:infra",
"security_context": {
"namespace_options": {
"host_network": false,
"host_pid": false,

View file

@ -51,6 +51,7 @@
},
"linux": {
"cgroup_parent": "podsandbox1.slice:container:infra",
"security_context": {
"namespace_options": {
"host_network": false,
"host_pid": false,