Skip to content

Commit

Permalink
Wait longer for csv to be installed
Browse files Browse the repository at this point in the history
This is less than 360secs cofigured earlier.
  • Loading branch information
rabi committed Apr 24, 2024
1 parent 4899477 commit d7e8bbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/cert_manager/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@
-o jsonpath='{.items[*].status.phase}'
changed_when: false
register: _certmanager_csv_out
retries: 12
delay: 10
retries: 30
delay: 20
until:
- _certmanager_csv_out is defined
- _certmanager_csv_out.failed is false
Expand Down

0 comments on commit d7e8bbb

Please sign in to comment.