diff --git a/controllers/storage.go b/controllers/storage.go index 1d6510885..bc15bf943 100644 --- a/controllers/storage.go +++ b/controllers/storage.go @@ -138,7 +138,7 @@ var ConnectAndQueryObjStore = func(ctx context.Context, log logr.Logger, endpoin if util.IsX509UnknownAuthorityError(err) { errorMessage := "Encountered x509 UnknownAuthorityError when connecting to ObjectStore. " + "If using an tls S3 connection with self-signed certs, you may specify a custom CABundle " + - "to mount on the DSP API Server via the DSPA cr under the spec.cABundle field. If you have already " + + "to mount on the DSP API Server via the DSPA cr under the spec.apiServer.cABundle field. If you have already " + "provided a CABundle, verify the validity of the provided CABundle." log.Error(err, errorMessage) return false, errors.New(errorMessage)