diff --git a/dashboard/src/main/home/app-dashboard/app-view/tabs/Overview.tsx b/dashboard/src/main/home/app-dashboard/app-view/tabs/Overview.tsx index 993e316f64..646528da3c 100644 --- a/dashboard/src/main/home/app-dashboard/app-view/tabs/Overview.tsx +++ b/dashboard/src/main/home/app-dashboard/app-view/tabs/Overview.tsx @@ -75,6 +75,7 @@ const Overview: React.FC = ({ buttonStatus }) => { serviceVersionStatus={serviceVersionStatus} maxCPU={currentClusterResources.maxCPU} maxRAM={currentClusterResources.maxRAM} + namespace={deploymentTarget.namespace} />