Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pkg/polymorphichelpers/rollout_status.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ func (s *DeploymentStatusViewer) Status(obj runtime.Unstructured, revision int64
}
return fmt.Sprintf("deployment %q successfully rolled out\n", deployment.Name), true, nil
}
return fmt.Sprintf("Waiting for deployment spec update to be observed...\n"), false, nil
return "Waiting for deployment spec update to be observed...\n", false, nil
}

// Status returns a message describing daemon set status, and a bool value indicating if the status is considered done.
Expand Down