fix(setup): wait for specific cert-manager pods to be ready #91

Merged
argoyle merged 1 commits from fix/cert-manager-pod-waiting-logic into main 2025-06-29 12:14:12 +00:00

1 Commits

Author SHA1 Message Date
argoyle 81898ffe9c fix(setup): wait for specific cert-manager pods to be ready
Update the kubectl wait command to target specific pods in the 
cert-manager namespace using labels. This ensures that the setup 
process only proceeds once the necessary components (cert-manager, 
cainjector, and webhook) are ready, improving reliability and 
specificity in deployment readiness checks.
2025-06-29 14:13:43 +02:00