diff --git a/components/operators/openshift-gitops/instance/components/health-check-openshift-ai/patch-inferenceservice-health-check.yaml b/components/operators/openshift-gitops/instance/components/health-check-openshift-ai/patch-inferenceservice-health-check.yaml index 324ba4e3..bc6543f6 100644 --- a/components/operators/openshift-gitops/instance/components/health-check-openshift-ai/patch-inferenceservice-health-check.yaml +++ b/components/operators/openshift-gitops/instance/components/health-check-openshift-ai/patch-inferenceservice-health-check.yaml @@ -18,14 +18,14 @@ msg = "" if obj.modelStatus ~= nil then - -- if obj.modelStatus.transitionStatus ~= "UpToDate" then - if obj.modelStatus.transitionStatus == "InProgress" then - progressing = true - else - degraded = true - end - msg = msg .. "0: transitionStatus | " .. obj.modelStatus.transitionStatus .. "\n" + -- if obj.modelStatus.transitionStatus == "UpToDate" then + if obj.modelStatus.transitionStatus == "InProgress" then + progressing = true + else + degraded = true + end -- end + msg = msg .. "0: transitionStatus | " .. obj.modelStatus.transitionStatus .. "\n" end if obj.status.conditions ~= nil then