diff --git a/ui/src/index.tsx b/ui/src/index.tsx index 2cd8765..1b71115 100644 --- a/ui/src/index.tsx +++ b/ui/src/index.tsx @@ -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; }