Skip to content

Commit 2863999

Browse files
committed
Applying @claudiol recommendation
1 parent 8faea73 commit 2863999

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

clustergroup/templates/plumbing/argocd.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ spec:
2424
hs.status = "Healthy"
2525
hs.message = obj.status.phase
2626
return hs
27-
end
28-
if obj.status.phase == "Bound" then
27+
elseif obj.status.phase == "Bound" then
2928
hs.status = "Healthy"
3029
hs.message = obj.status.phase
3130
return hs

0 commit comments

Comments
 (0)