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>
This commit is contained in:
parent
8ddf016b00
commit
3aa7b82e43
@ -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] = "<certificate-nalue>"
|
||||
baseAnnotations[cmapi.CertificateNameKey] = "<certificate-value>"
|
||||
baseAnnotations[cmapi.IssuerNameAnnotationKey] = "<issuer-name>"
|
||||
baseAnnotations[cmapi.IssuerKindAnnotationKey] = "<issuer-kind>"
|
||||
baseAnnotations[cmapi.IssuerGroupAnnotationKey] = "<issuer-group>"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user