Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove default secret volumes when using cloud storage provider #491

Merged
merged 1 commit into from
Dec 6, 2021

Conversation

shawn-hurley
Copy link
Contributor

Adding back removed tests
refactoring so the logic is shared between validation and customization.

fixes #490

Adding back removed tests
refactoring so the logic is shared between validation and customization.
@shawn-hurley shawn-hurley requested review from dymurray, kaovilai and shubham-pampattiwar and removed request for dymurray and kaovilai December 2, 2021 16:07
@@ -611,3 +617,39 @@ func (r *DPAReconciler) getResticResourceReqs(dpa *oadpv1alpha1.DataProtectionAp

return ResourcesReqs
}

func (r DPAReconciler) noDefaultCredentials(dpa oadpv1alpha1.DataProtectionApplication) (map[string]bool, bool, error) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A function comment on return vals would be nice so you don't have to inspect the function for what is returned.

@dymurray
Copy link
Member

dymurray commented Dec 3, 2021

/retest

1 similar comment
@dymurray
Copy link
Member

dymurray commented Dec 3, 2021

/retest

@dymurray dymurray merged commit 1cfccdd into openshift:master Dec 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: Unable to handle bucket only OADP velero applications
3 participants