Skip to content

Commit

Permalink
Fix unintended change
Browse files Browse the repository at this point in the history
  • Loading branch information
betoredhat committed Apr 1, 2024
1 parent f593e05 commit 8b0940b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions roles/hco_setup/tasks/deploy-hco.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,4 @@
- "hco_pods.resources[0].status.containerStatuses|length == 1"
- "'ready' in hco_pods.resources[0].status.containerStatuses[0]"
- "hco_pods.resources[0].status.containerStatuses[0].ready|bool"
namespace: "{{ hs_ns }}"
register: pod_list
until: pod_list|json_query('resources[*].status.phase')|unique == ["Running"]
retries: 9
delay: 10
...

0 comments on commit 8b0940b

Please sign in to comment.