odigos
odigos copied to clipboard
The data displayed on the choose source screen is incorrect.
The list of applications that appear on the source selection page defaults to the applications of the default namespace, the problem occurs when there is a namespace that starts with a lowercase letter "d" and is displayed first in the dropdown list.
To Reproduce Steps to reproduce the behavior:
- Make sure you have a namespace that starts with a lowercase d, If it doesn't exist, you can create one with the command:
kubectl create ns <name>
- Go to Setup page
- See error
Expected behavior The apps listed should correspond to the information displayed in the dropdown menu.
Screenshots