We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents efad13f + 071a185 commit 73a301cCopy full SHA for 73a301c
1 file changed
pkg/cri/config/config.go
@@ -352,6 +352,7 @@ func ValidatePluginConfig(ctx context.Context, c *PluginConfig) error {
352
c.Registry.Configs = make(map[string]RegistryConfig)
353
}
354
for endpoint, auth := range c.Registry.Auths {
355
+ auth := auth
356
config := c.Registry.Configs[endpoint]
357
config.Auth = &auth
358
c.Registry.Configs[endpoint] = config
0 commit comments