File tree Expand file tree Collapse file tree 5 files changed +0
-10
lines changed
Expand file tree Collapse file tree 5 files changed +0
-10
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments