Skip to content

v0.30.18

Compare
Choose a tag to compare
@gruntwork-ci gruntwork-ci released this 06 Nov 12:38
· 823 commits to master since this release
812b7be

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 using ClusterIssuer to request a certificate.

Special thanks

Special thanks to @ztbrown for the contribution!

Related links