Modules affected
k8s
Description
- Added a new
k8s.WaitUntilSecretAvailable
method that you can use to have your test code wait until a Kubernetes secret is present on the cluster. This is useful in cases where the secrets are not immediately available, as they are being provisioned asynchronously: e.g., when usingClusterIssuer
to request a certificate.
Special thanks
Special thanks to @ztbrown for the contribution!