Kuadrant / kuadrant-console-plugin

Apache License 2.0
2 stars 2 forks source link

topology: read ConfigMap colcated with `Kuadrant` instance (currently hard-coded) #48

Closed jasonmadigan closed 1 day ago

jasonmadigan commented 1 month ago

In the topology view, read the DOT from the secret ConfigMap in the same NS as the Kuadrant instance. Currently, this is hard-coded

Boomatang commented 3 weeks ago

If it can hep to get around the hardcoded namespace the configmap is labelled with kuadrant.io/topology=true

jasonmadigan commented 4 days ago

thanks @Boomatang - that does help.

Thinking we'll go down a route like this:

Follow on issue: we need to document that users need read access to this resource for the topology view to work.

jasonmadigan commented 3 days ago

PRs:

https://github.com/Kuadrant/kuadrant-console-plugin/pull/93 https://github.com/Kuadrant/kuadrant-operator/pull/920