Skip to content

Commit

Permalink
Final fix wait until
Browse files Browse the repository at this point in the history
  • Loading branch information
robertvolkmann committed Oct 28, 2024
1 parent f8b6b91 commit d6a41e0
Showing 1 changed file with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,12 @@
kind: Secret
name: seed-ingress-certificate
namespace: garden
kubeconfig: _seed_kubeconfig
kubeconfig: "{{ _seed_kubeconfig }}"
changed_when: false
register: result
retries: 60
delay: 10
changed_when: false
until:
- result.resources is defined
- result.resources | length > 0
retries: 60
until: result.resources | length > 0

- name: Prepare seed ingress certificate secret
k8s:
Expand Down

0 comments on commit d6a41e0

Please sign in to comment.