From 3aa7b82e436b09decbfeff8445463e6edd291d99 Mon Sep 17 00:00:00 2001 From: Tim Ramlot <42113979+inteon@users.noreply.github.com> Date: Wed, 14 Jun 2023 10:19:52 +0100 Subject: [PATCH] Update internal/controller/certificates/policies/checks.go Co-authored-by: EDDIE-DAV <136573637+EDDIE-DAV@users.noreply.github.com> 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 ac8db92f2..9e6f1224a 100644 --- a/internal/controller/certificates/policies/checks.go +++ b/internal/controller/certificates/policies/checks.go @@ -354,7 +354,7 @@ func SecretTemplateMismatchesSecretManagedFields(fieldManager string) Func { // We don't use the values of these annotations, but we need to make sure // that the keys are present in the map so that we can compare the sets. - baseAnnotations[cmapi.CertificateNameKey] = "" + baseAnnotations[cmapi.CertificateNameKey] = "" baseAnnotations[cmapi.IssuerNameAnnotationKey] = "" baseAnnotations[cmapi.IssuerKindAnnotationKey] = "" baseAnnotations[cmapi.IssuerGroupAnnotationKey] = ""