Skip to content

Commit

Permalink
Merge branch 'main' of github.com:alenkacz/cert-manager-verifier into…
Browse files Browse the repository at this point in the history
… main
  • Loading branch information
alenkacz committed Jan 9, 2021
2 parents f9a8357 + 69914d3 commit 6458e20
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Helps you properly wait for cert-manager installation to be ready to use.

DISCLAIMER: this currently works only with latest cert-manager. Support of older versions is in progress.

## Motivation

Pretty much every kubernetes installation nowadays depends on cert-manager for certificate provisioning. But at the same time, I've seen a lot of flakiness in several projects that were caused by inproperly implemented wait on cert-manager to be ready.
Expand Down Expand Up @@ -58,4 +60,4 @@ if result.Success {
} else {
fmt.Println("Failure :-(")
}
```
```

0 comments on commit 6458e20

Please sign in to comment.