Open
Description
addon-framework/pkg/index/index.go
Line 135 in 51742bc
if len(addonName) == 0 || len(addonNamespace) > 0 || isHook {
return []string{}, nil
}
Should len(addonNamespace) > 0
be len(addonNamespace) == 0
?
Metadata
Metadata
Assignees
Labels
No labels