Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion internal/controller/velero.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{}
Expand Down
2 changes: 1 addition & 1 deletion pkg/common/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down