You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@tamalsaha IndexManifestWorkByAddon is only to filter default mode addon manifestworks.
addonNamespace is got from label, that means the addon is hosted mode if addonNamespace is not empty.
we need comments for understanding here.
addon-framework/pkg/index/index.go
Line 135 in 51742bc
Should
len(addonNamespace) > 0
belen(addonNamespace) == 0
?The text was updated successfully, but these errors were encountered: