1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00: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 GitHub
parent 0025a7d7a9
commit 671a7c0a38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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({