Skip to content

Commit

Permalink
[ocp4_workload_cert_manager] Add retries / delay to Set Up ClusterIss…
Browse files Browse the repository at this point in the history
…uer task (#8750)

* [ocp4_workload_cert_manager] Add retries / delay to Set Up ClusterIssuer task

* Update workload.yml
  • Loading branch information
agonzalezrh authored Nov 2, 2024
1 parent 278ae59 commit 06761b2
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@
- clusterissuer.yaml.j2
- certificate-ingress.yaml.j2
- certificate-api.yaml.j2
register: r_clusterissuer
retries: 10
delay: 30
until: r_clusterissuer is success

- name: Install Ingress controller certificate
when: ocp4_workload_cert_manager_install_ingress_certificates | bool
Expand Down

0 comments on commit 06761b2

Please sign in to comment.