From 1649730a0d6dcfcde56639ef236e5a2dacdf6fde Mon Sep 17 00:00:00 2001 From: Tim Ramlot <42113979+inteon@users.noreply.github.com> Date: Thu, 29 Jun 2023 12:54:20 +0100 Subject: [PATCH] Update internal/controller/certificates/policies/checks.go Co-authored-by: Richard Wall Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com> --- internal/controller/certificates/policies/checks.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/controller/certificates/policies/checks.go b/internal/controller/certificates/policies/checks.go index c560e0a10..bbba224d6 100644 --- a/internal/controller/certificates/policies/checks.go +++ b/internal/controller/certificates/policies/checks.go @@ -446,7 +446,7 @@ func SecretManagedLabelsAndAnnotationsManagedFieldsMismatch(fieldManager string) delete(managedAnnotations, k) } - // Remove the non cert-manager labels from the managed Annotations so we can compare + // Remove the non cert-manager labels from the managed labels so we can compare // 1 to 1 all the cert-manager labels. for k := range managedLabels { if strings.HasPrefix(k, "cert-manager.io/") ||