generated from giantswarm/template-app
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change certificates expiration from 14 to 13 days
The reason for this is a bug in cert manager. The Certificates we have contain the CA that they've been signed with. When a CA has been renewed, the Certificates that use it will not be updated until they themselves are renewed. This causes an issue because the Certificate (in KIAM's case) will renew a few hours after the CA. This is enough time for the CA in the kiam certificate to expire and cause a flurry of alerts. This has mainly been observed with KIAM, but we decided to change all alerts. See cert-manager/cert-manager#5851
- Loading branch information
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters