Skip to content

Commit

Permalink
fix: use correct variable in argocd secret check
Browse files Browse the repository at this point in the history
  • Loading branch information
evanshortiss authored Feb 10, 2025
1 parent 6bc1914 commit e047c1f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@
register: r_secret
until:
- r_secret is defined
- r_openshift_gitops.resources is defined
- r_openshift_gitops.resources | length == 1
- r_secret.resources is defined
- r_secret.resources | length == 1
retries: 10
delay: 30
ignore_errors: true
Expand Down

0 comments on commit e047c1f

Please sign in to comment.