Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
strangiato committed May 30, 2024
1 parent 1128487 commit f3562bf
Showing 1 changed file with 2 additions and 2 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 ~= "UpToDate" then
if obj.modelStatus.transitionStatus == "InProgress" then
progressing = true
else
degraded = true
end
msg = msg .. "0: transitionStatus | " .. obj.modelStatus.transitionStatus .. "\n"
end
-- end
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 f3562bf

Please sign in to comment.