diff --git a/internal/controller/velero.go b/internal/controller/velero.go index fe8fee1a12..0b3ef286ac 100644 --- a/internal/controller/velero.go +++ b/internal/controller/velero.go @@ -843,7 +843,7 @@ func getNodeAgentResourceReqs(dpa *oadpv1alpha1.DataProtectionApplication) (core // noDefaultCredentials determines if a provider needs the default credentials. // This returns a map of providers found to if they need a default credential, -// and an error if any occured. +// and an error if any occured. CI TEST. func (r DataProtectionApplicationReconciler) noDefaultCredentials() (map[string]bool, error) { dpa := r.dpa providerNeedsDefaultCreds := map[string]bool{} diff --git a/pkg/common/common.go b/pkg/common/common.go index c42734fd3f..0b420ef924 100644 --- a/pkg/common/common.go +++ b/pkg/common/common.go @@ -339,7 +339,7 @@ func UpdateBackupStorageLocation(bsl *velerov1.BackupStorageLocation, bslSpec ve } } - // Assign the updated spec to the BackupStorageLocation + // Assign the updated spec to the BackupStorageLocation. bsl.Spec = bslSpec return nil