diff --git a/pkg/monitor/cluster/maintenance.go b/pkg/monitor/cluster/maintenance.go index 31d93086e44..c70e1ed4662 100644 --- a/pkg/monitor/cluster/maintenance.go +++ b/pkg/monitor/cluster/maintenance.go @@ -69,7 +69,9 @@ func getPucmState(clusterProperties api.OpenShiftClusterProperties) pucmState { return pucmPlanned } return pucmUnplanned - } else if clusterProperties.PucmPending { + } + + if clusterProperties.PucmPending { return pucmPending }