Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into worklow-summary-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-cox committed Jun 16, 2020
2 parents a9d76f0 + 5972a7a commit 1c0d2a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Observable } from 'rxjs';
import { filter, map } from 'rxjs/operators';

import { kubeEntityCatalog } from '../../../kubernetes-entity-catalog';
import { ContainerStateCollection, KubernetesPod } from '../../../store/kube.types';
import { ContainerStateCollection, KubernetesPod, KubernetesPod } from '../../../store/kube.types';
import { getHelmReleaseDetailsFromGuid } from '../../store/workloads-entity-factory';
import {
HelmRelease,
Expand Down

0 comments on commit 1c0d2a7

Please sign in to comment.