fix(setup): wait for specific cert-manager pods to be ready #91
Reference in New Issue
Block a user
Delete Branch "fix/cert-manager-pod-waiting-logic"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.