Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Topology: configmap location lookup using wrong URI #181

Closed
jasonmadigan opened this issue Dec 16, 2024 · 0 comments · Fixed by #182
Closed

Topology: configmap location lookup using wrong URI #181

jasonmadigan opened this issue Dec 16, 2024 · 0 comments · Fixed by #182
Labels
bug Something isn't working

Comments

@jasonmadigan
Copy link
Member

The dynamic topology ConfigMap lookup is currently broken, because of the plugin rename (from kuadrant-console to kuadrant-console-plugin a few weeks back.

    const response = await fetch('/api/plugins/kuadrant-console/config.js');

Should be:

    const response = await fetch('/api/plugins/kuadrant-console-plugin/config.js');
@jasonmadigan jasonmadigan added the bug Something isn't working label Dec 16, 2024
@guicassolato guicassolato moved this to Todo in Kuadrant Dec 16, 2024
@github-project-automation github-project-automation bot moved this from Todo to Done in Kuadrant Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant