We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents efb71ae + 78e2fd3 commit 328e50fCopy full SHA for 328e50f
cmd/crio/main.go
@@ -63,7 +63,7 @@ func mergeConfig(config *server.Config, ctx *cli.Context) error {
63
config.StorageOptions = ctx.GlobalStringSlice("storage-opt")
64
}
65
if ctx.GlobalIsSet("insecure-registry") {
66
- config.InsecureRegistries = ctx.GlobalStringSlice("insecure-registries")
+ config.InsecureRegistries = ctx.GlobalStringSlice("insecure-registry")
67
68
if ctx.GlobalIsSet("default-transport") {
69
config.DefaultTransport = ctx.GlobalString("default-transport")
0 commit comments