kubes/default-policy.json

9 lines
177 B
JSON
Raw Normal View History

2021-01-08 11:19:09 +00:00
{
"default": [{ "type": "insecureAcceptAnything" }],
"transports": {
"docker-daemon": {
"": [{ "type": "insecureAcceptAnything" }]
}
}
}