Skip to content

Commit

Permalink
fix visualisation of kafka connection along with kafka sink
Browse files Browse the repository at this point in the history
  • Loading branch information
invincibleJai committed Jun 16, 2022
1 parent e26fcb4 commit dd3d93a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion frontend/packages/knative-plugin/console-extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -1672,7 +1672,7 @@
"type": "console.topology/data/factory",
"properties": {
"id": "knative-kafka-sink-topology-data-factory",
"priority": "99",
"priority": "500",
"resources": {
"kafkasinks": {
"model": {
Expand All @@ -1683,6 +1683,7 @@
"opts": { "isList": true, "optional": true, "namespaced": true }
}
},
"workloadKeys": ["kafkasinks"],
"getDataModel": {
"$codeRef": "topology.getKafkaSinkKnativeTopologyData"
}
Expand Down
3 changes: 2 additions & 1 deletion frontend/packages/rhoas-plugin/console-extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,8 @@
},
"opts": {
"isList": true,
"optional": true
"optional": true,
"namespaced": true
}
}
},
Expand Down

0 comments on commit dd3d93a

Please sign in to comment.