diff --git a/plugins/kubernetes/src/components/DeploymentsAccordions/DeploymentDrawer.tsx b/plugins/kubernetes/src/components/DeploymentsAccordions/DeploymentDrawer.tsx index 2173f9bfe4..f197ab10ad 100644 --- a/plugins/kubernetes/src/components/DeploymentsAccordions/DeploymentDrawer.tsx +++ b/plugins/kubernetes/src/components/DeploymentsAccordions/DeploymentDrawer.tsx @@ -18,7 +18,7 @@ import React from 'react'; import { V1Deployment } from '@kubernetes/client-node'; import { KubernetesDrawer } from '../KubernetesDrawer/KubernetesDrawer'; import { renderCondition } from '../../utils/pod'; -import { Typography, Grid } from '@material-ui/core'; +import { Typography, Grid, Chip } from '@material-ui/core'; export const DeploymentDrawer = ({ deployment, @@ -66,6 +66,12 @@ export const DeploymentDrawer = ({ Deployment + + + );