Skip to content

Commit

Permalink
fix: replicaset status
Browse files Browse the repository at this point in the history
  • Loading branch information
mvgmb committed Jun 1, 2022
1 parent 886a3a5 commit b32a0e0
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 @@ -133,6 +133,7 @@ const parseReplicaSets = (tree: any, rollout: any) => {
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 b32a0e0

Please sign in to comment.