1
0
mirror of https://github.com/lensapp/lens.git synced 2024-08-16 04:40:24 +03:00

Update packages/core/src/renderer/components/workloads-pods/container-metrics.injectable.ts

Signed-off-by: John Daly <john.daly2@gmail.com>
This commit is contained in:
John Daly 2023-07-10 08:29:42 -07:00 committed by Sebastian Malton
parent 6e8e58eaf9
commit de5fc19240

View File

@ -15,7 +15,7 @@ interface PodContainerParams {
const podContainerMetricsInjectable = getInjectable({
id: "pod-container-metrics",
instantiate: (di, pod) => {
instantiate: (di, { pod, container }) => {
const requestPodMetrics = di.inject(requestPodMetricsInjectable);
return asyncComputed({