From f61b4ff0b039fa31394e0ade26f3245f599b9635 Mon Sep 17 00:00:00 2001 From: Jonasz Lasut-Balcerzak Date: Fri, 21 Nov 2025 12:42:12 +0100 Subject: [PATCH] Fix LUA healthcheck in ArgoCD guide Signed-off-by: Jonasz Lasut-Balcerzak --- content/master/guides/crossplane-with-argo-cd.md | 2 -- content/v1.20/guides/crossplane-with-argo-cd.md | 2 -- content/v2.0-preview/guides/crossplane-with-argo-cd.md | 2 -- content/v2.0/guides/crossplane-with-argo-cd.md | 2 -- content/v2.1/guides/crossplane-with-argo-cd.md | 2 -- 5 files changed, 10 deletions(-) diff --git a/content/master/guides/crossplane-with-argo-cd.md b/content/master/guides/crossplane-with-argo-cd.md index e9270fecb..928ef9f67 100644 --- a/content/master/guides/crossplane-with-argo-cd.md +++ b/content/master/guides/crossplane-with-argo-cd.md @@ -112,7 +112,6 @@ data: if condition.status == "True" then health_status.status = "Healthy" health_status.message = "Resource is up-to-date." - return health_status end end end @@ -179,7 +178,6 @@ data: if condition.status == "True" then health_status.status = "Healthy" health_status.message = "Resource is up-to-date." - return health_status end end end diff --git a/content/v1.20/guides/crossplane-with-argo-cd.md b/content/v1.20/guides/crossplane-with-argo-cd.md index 7dc10b842..23fd31db8 100644 --- a/content/v1.20/guides/crossplane-with-argo-cd.md +++ b/content/v1.20/guides/crossplane-with-argo-cd.md @@ -106,7 +106,6 @@ data: if condition.status == "True" then health_status.status = "Healthy" health_status.message = "Resource is up-to-date." - return health_status end end end @@ -173,7 +172,6 @@ data: if condition.status == "True" then health_status.status = "Healthy" health_status.message = "Resource is up-to-date." - return health_status end end end diff --git a/content/v2.0-preview/guides/crossplane-with-argo-cd.md b/content/v2.0-preview/guides/crossplane-with-argo-cd.md index 42a8cdebc..920a3daa8 100644 --- a/content/v2.0-preview/guides/crossplane-with-argo-cd.md +++ b/content/v2.0-preview/guides/crossplane-with-argo-cd.md @@ -106,7 +106,6 @@ data: if condition.status == "True" then health_status.status = "Healthy" health_status.message = "Resource is up-to-date." - return health_status end end end @@ -172,7 +171,6 @@ data: if condition.status == "True" then health_status.status = "Healthy" health_status.message = "Resource is up-to-date." - return health_status end end end diff --git a/content/v2.0/guides/crossplane-with-argo-cd.md b/content/v2.0/guides/crossplane-with-argo-cd.md index e9270fecb..928ef9f67 100644 --- a/content/v2.0/guides/crossplane-with-argo-cd.md +++ b/content/v2.0/guides/crossplane-with-argo-cd.md @@ -112,7 +112,6 @@ data: if condition.status == "True" then health_status.status = "Healthy" health_status.message = "Resource is up-to-date." - return health_status end end end @@ -179,7 +178,6 @@ data: if condition.status == "True" then health_status.status = "Healthy" health_status.message = "Resource is up-to-date." - return health_status end end end diff --git a/content/v2.1/guides/crossplane-with-argo-cd.md b/content/v2.1/guides/crossplane-with-argo-cd.md index e9270fecb..928ef9f67 100644 --- a/content/v2.1/guides/crossplane-with-argo-cd.md +++ b/content/v2.1/guides/crossplane-with-argo-cd.md @@ -112,7 +112,6 @@ data: if condition.status == "True" then health_status.status = "Healthy" health_status.message = "Resource is up-to-date." - return health_status end end end @@ -179,7 +178,6 @@ data: if condition.status == "True" then health_status.status = "Healthy" health_status.message = "Resource is up-to-date." - return health_status end end end