Skip to content
Snippets Groups Projects
Commit f0a04b4d authored by Vladimir Vasilkin's avatar Vladimir Vasilkin
Browse files

wait 5 * 4 secs until Tiller starts

parent 760ca1c3
No related branches found
No related tags found
No related merge requests found
---
- name: Metrics | Make sure Helm is installed
command: "{{ bin_dir }}/helm version"
register: helm_ready_result
until: helm_ready_result|succeeded
retries: 4
delay: 5
when:
- prometheus_operator_enabled
- inventory_hostname == groups['kube-master'][0]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment