Skip to content

Commit

Permalink
fix: Do not filter Camel catalogs by runtime provider label
Browse files Browse the repository at this point in the history
  • Loading branch information
astefanutti committed Jan 13, 2021
1 parent fd01258 commit 045149f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/util/camel/camel_runtime.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ import (
func LoadCatalog(ctx context.Context, client client.Client, namespace string, runtime v1.RuntimeSpec) (*RuntimeCatalog, error) {
options := []k8sclient.ListOption{
k8sclient.InNamespace(namespace),
k8sclient.MatchingLabels{
"camel.apache.org/runtime.provider": string(runtime.Provider),
},
}

list := v1.NewCamelCatalogList()
Expand Down

0 comments on commit 045149f

Please sign in to comment.