You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 13, 2026. It is now read-only.
Currently the application overview does not contain the namespace where the application is installed. This is ok for the namespace only view, but if you want to have an overview of all applications on the cluster (check the toggle "all namespaces"), this can lead to issues.
For example if you install redis and name it "redis" in multiple namespaces, you cannot differentiate them just by looking at the card. Instead you have to navigate into the details view to find more information on it.
Currently the application overview does not contain the namespace where the application is installed. This is ok for the namespace only view, but if you want to have an overview of all applications on the cluster (check the toggle "all namespaces"), this can lead to issues.
For example if you install redis and name it "redis" in multiple namespaces, you cannot differentiate them just by looking at the card. Instead you have to navigate into the details view to find more information on it.
I propose to change https://github.com/vmware-tanzu/kubeapps/blob/main/dashboard/src/components/AppList/AppListItem.tsx in such a way that either the title contains the namespace or place the info somewhere near the Helm-Chart informations