kubes/default-policy.json

9 lines
177 B
JSON

{
"default": [{ "type": "insecureAcceptAnything" }],
"transports": {
"docker-daemon": {
"": [{ "type": "insecureAcceptAnything" }]
}
}
}