Skip to content

Commit 9fe7448

Browse files
authored
Fix LUA healthcheck in ArgoCD guide (#1023)
Signed-off-by: Jonasz Lasut-Balcerzak <jonasz.lasut@gmail.com>
1 parent b65f047 commit 9fe7448

File tree

5 files changed

+0
-10
lines changed

5 files changed

+0
-10
lines changed

content/master/guides/crossplane-with-argo-cd.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ data:
112112
if condition.status == "True" then
113113
health_status.status = "Healthy"
114114
health_status.message = "Resource is up-to-date."
115-
return health_status
116115
end
117116
end
118117
end
@@ -179,7 +178,6 @@ data:
179178
if condition.status == "True" then
180179
health_status.status = "Healthy"
181180
health_status.message = "Resource is up-to-date."
182-
return health_status
183181
end
184182
end
185183
end

content/v1.20/guides/crossplane-with-argo-cd.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ data:
106106
if condition.status == "True" then
107107
health_status.status = "Healthy"
108108
health_status.message = "Resource is up-to-date."
109-
return health_status
110109
end
111110
end
112111
end
@@ -173,7 +172,6 @@ data:
173172
if condition.status == "True" then
174173
health_status.status = "Healthy"
175174
health_status.message = "Resource is up-to-date."
176-
return health_status
177175
end
178176
end
179177
end

content/v2.0-preview/guides/crossplane-with-argo-cd.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ data:
106106
if condition.status == "True" then
107107
health_status.status = "Healthy"
108108
health_status.message = "Resource is up-to-date."
109-
return health_status
110109
end
111110
end
112111
end
@@ -172,7 +171,6 @@ data:
172171
if condition.status == "True" then
173172
health_status.status = "Healthy"
174173
health_status.message = "Resource is up-to-date."
175-
return health_status
176174
end
177175
end
178176
end

content/v2.0/guides/crossplane-with-argo-cd.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ data:
112112
if condition.status == "True" then
113113
health_status.status = "Healthy"
114114
health_status.message = "Resource is up-to-date."
115-
return health_status
116115
end
117116
end
118117
end
@@ -179,7 +178,6 @@ data:
179178
if condition.status == "True" then
180179
health_status.status = "Healthy"
181180
health_status.message = "Resource is up-to-date."
182-
return health_status
183181
end
184182
end
185183
end

content/v2.1/guides/crossplane-with-argo-cd.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ data:
112112
if condition.status == "True" then
113113
health_status.status = "Healthy"
114114
health_status.message = "Resource is up-to-date."
115-
return health_status
116115
end
117116
end
118117
end
@@ -179,7 +178,6 @@ data:
179178
if condition.status == "True" then
180179
health_status.status = "Healthy"
181180
health_status.message = "Resource is up-to-date."
182-
return health_status
183181
end
184182
end
185183
end

0 commit comments

Comments
 (0)