Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
cjc7373 committed Aug 26, 2024
1 parent e9e6a00 commit 16ac308
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/controllerutil/image_util.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ func ReloadRegistryConfig() {
panic(err)
}

// TODO: validate
for _, registry := range registriesConfig.Registries {
if len(registry.From) == 0 {
panic("from can't be empty")
Expand Down

0 comments on commit 16ac308

Please sign in to comment.