Skip to content

Commit

Permalink
Merge pull request #16 from inloco/fix/replica-set-status
Browse files Browse the repository at this point in the history
Fix ReplicaSet Status
  • Loading branch information
leoluz authored Oct 19, 2022
2 parents d442e2d + b32a0e0 commit 7268f0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ const parseReplicaSets = (tree: any, rollout: any): RolloutReplicaSetInfo[] => {
name: rs.name,
uid: rs.uid,
};
rs.status = rs.health.status,
rs.revision = parseRevision(rs);
ownedReplicaSets[rs?.name] = rs;
}
Expand Down

0 comments on commit 7268f0e

Please sign in to comment.