Skip to content

Commit

Permalink
feat: (IAC-1108) Added condition to check podtemplate failure
Browse files Browse the repository at this point in the history
  • Loading branch information
riragh committed Oct 5, 2023
1 parent 70fa95d commit 46c47b5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
kubectl --kubeconfig {{ KUBECONFIG }} get podtemplate -n {{ NAMESPACE }} | egrep '{{ V4MT_TENANT_IDS | replace(",", "|") | replace(" ", "") }}'
register: podtemplate_status
until: podtemplate_status.stdout | length > 0
failed_when: podtemplate_status.stderr | length > 0
retries: 5
delay: 90
tags:
Expand Down

0 comments on commit 46c47b5

Please sign in to comment.