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
However, for pluginOverride, it only contains command and component, when try to override a plugin devfile with projects defined, it would throw error because the keyset[1] does not exist.
Describe the bug
Override checkkeys assume there is a matching key in the override patch
api/pkg/utils/overriding/overriding.go
Line 120 in 0de0a80
However, for
pluginOverride
, it only containscommand
andcomponent
, when try to override a plugin devfile with projects defined, it would throw error because thekeyset[1]
does not exist.The plugin devfile content,
The
pluginOverride
content:The following is the error thrown due to no project key match for
nodejs-starter
in pluginOverride.The text was updated successfully, but these errors were encountered: