Skip to content

Commit

Permalink
set synced status (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
zreigz authored Sep 11, 2024
1 parent 2d26047 commit 07198bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/common/status.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func StatusEventToComponentAttributes(e event.StatusEvent, vcache map[manifests.

if e.PollResourceInfo.Status == status.UnknownStatus {
if ToStatus(e.Resource) != nil {
synced = *ToStatus(e.Resource) == console.ComponentStateRunning
synced = true
}
}
return &console.ComponentAttributes{
Expand Down

0 comments on commit 07198bf

Please sign in to comment.