Skip to content

Commit

Permalink
skip uptodate
Browse files Browse the repository at this point in the history
  • Loading branch information
strangiato committed May 30, 2024
1 parent 373e175 commit 80b218b
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Check failure on line 30 in components/operators/openshift-gitops/instance/components/health-check-openshift-ai/patch-inferenceservice-health-check.yaml

View workflow job for this annotation

GitHub Actions / lint-yaml

30:1 [trailing-spaces] trailing spaces
if obj.status.conditions ~= nil then
Expand Down

0 comments on commit 80b218b

Please sign in to comment.