The elasticsearch helm chart offered a setting to customize the health status so if we don't care about unassigned shards, yellow would be fine.
clusterHealthCheckParams: "wait_for_status=yellow&timeout=1s"
However, I can't find an equivalent config for eck-elasticsearch. Is there way to do this with the operator managed elasticsearch?