From 168a4b35a24452753028dfc67277f9a3e35e32b5 Mon Sep 17 00:00:00 2001 From: Aidan Jensen Date: Tue, 31 Aug 2021 10:17:30 -0700 Subject: [PATCH] Update comment on UpdateCertificate metric from PR Signed-off-by: Aidan Jensen --- pkg/metrics/certificates.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/metrics/certificates.go b/pkg/metrics/certificates.go index 47913ce60..edb1acc6b 100644 --- a/pkg/metrics/certificates.go +++ b/pkg/metrics/certificates.go @@ -35,7 +35,7 @@ import ( logf "github.com/jetstack/cert-manager/pkg/logs" ) -// UpdateCertificate will update that Certificate metric with expiry and Ready +// UpdateCertificate will update that Certificate metric with expiry, renewBefore and Ready // condition. func (m *Metrics) UpdateCertificate(ctx context.Context, crt *cmapi.Certificate) { key, err := cache.MetaNamespaceKeyFunc(crt)