Skip to content

Commit

Permalink
Increase retries for CSV installation (#8756)
Browse files Browse the repository at this point in the history
  • Loading branch information
d-jana authored Nov 5, 2024
1 parent 29c161e commit 1b3c173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/install_operator/tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
name: "{{ r_subscription.resources[0].status.currentCSV }}"
namespace: "{{ install_operator_namespace }}"
register: r_csv
retries: 60
retries: 120
delay: 30
until:
- r_csv.resources[0].status.phase is defined
Expand Down

0 comments on commit 1b3c173

Please sign in to comment.