fix: increate setup timeout
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2022-10-27 21:22:44 +02:00
parent 80aab7f0bb
commit f348bbb996
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 2 additions and 2 deletions

View File

@ -33,8 +33,8 @@
-o go-template={% raw %}'{{ .status.availableReplicas }}'{% endraw %}
register: __k3s_init_setup
until: __k3s_init_setup.rc == 0 and __k3s_init_setup.stdout == "1"
retries: 6
delay: 10
retries: 30
delay: 8
changed_when: False
when: k3s_server | bool