Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
Update pkg/certificate/providers/certmanager/types.go
Browse files Browse the repository at this point in the history
  • Loading branch information
draychev authored Jan 20, 2021
1 parent 8c99a84 commit 42d0aea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/certificate/providers/certmanager/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const (
// How many bits to use for the RSA key
rsaBits = 4096

// checkCertificateExpirationInterval is the interval to check weather a
// checkCertificateExpirationInterval is the interval to check whether a
// certificate is close to expiration and needs renewal.
checkCertificateExpirationInterval = 5 * time.Second
)
Expand Down

0 comments on commit 42d0aea

Please sign in to comment.