diff --git a/content/knowledge-base/integrations/argo-cd-crossplane.md b/content/knowledge-base/integrations/argo-cd-crossplane.md index f74d124c7..2d1d75bd1 100644 --- a/content/knowledge-base/integrations/argo-cd-crossplane.md +++ b/content/knowledge-base/integrations/argo-cd-crossplane.md @@ -77,7 +77,7 @@ data: end if obj.status == nil or obj.status.conditions == nil then - if obj.kind == "ProviderConfig" and obj.status.users != nil then + if obj.kind == "ProviderConfig" and obj.status.users ~= nil then health_status.status = "Healthy" health_status.message = "Resource is in use." return health_status