Skip to content

Commit

Permalink
moar retries for local-storage operator to give time to the cluster t…
Browse files Browse the repository at this point in the history
…o settle
  • Loading branch information
hgeaydem committed Oct 12, 2021
1 parent 0eca437 commit ac0504a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
state: present
definition: "{{ lookup('file', 'local-volume.yaml') }}"
register: local_volume_success
retries: 20
retries: 100
delay: 30
until: local_volume_success is not failed

Expand Down

0 comments on commit ac0504a

Please sign in to comment.