Update pkg/util/cmapichecker/cmapichecker.go

Co-authored-by: Siggi Skulason <siggi@skulason.com>
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
This commit is contained in:
Tim Ramlot 2023-06-01 11:16:33 +01:00 committed by GitHub
parent 3490a005b1
commit c4c5899887
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -103,7 +103,7 @@ func (o *cmapiChecker) Check(ctx context.Context) error {
return nil
}
// This translateToSimpleError function detects errors based on the error message.
// TranslateToSimpleError detects errors based on the error message.
// It tries to map these error messages to a better understandable error message that
// explains what is wrong. If it cannot create a simple error, it will return nil.
// ErrCertManagerCRDsNotFound: