You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"return health_status" in the following block is erroneous logic - object has 3 statuses, Sync can be False, but since Ready is True and was first in the loop, recon will turn out to a healthy resource, this is wrong.
if condition.type == "Ready" then
if condition.status == "True" then
health_status.status = "Healthy"
health_status.message = "Resource is up-to-date."
**return health_status**
end
end
"return health_status" in the following block is erroneous logic - object has 3 statuses, Sync can be False, but since Ready is True and was first in the loop, recon will turn out to a healthy resource, this is wrong.
URL: https://docs.crossplane.io/v1.18/guides/crossplane-with-argo-cd/
The text was updated successfully, but these errors were encountered: