Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add kubectl_wait_for_caBundle to handle caBundle readiness checks
- Added `kubectl_wait_for_caBundle` function to independently check if `caBundle` is populated in webhook configurations. - Resolves error: `jsonpath wait format must be --for=jsonpath='{.status.readyReplicas}'=3`, which occurs because the script initially assumes 3 ready replicas for cert-manager deployments. This assumption is inaccurate for development purposes and for users following the getting started documentation where cert-manager is installed using the `install.sh` script from releases.
- Loading branch information