Doc fix for BSL/VSL configuration#87
Merged
Merged
Conversation
This makes it clear that BSL/VSL configuration in the OADP Velero CR must specify Velero parameter names using snake_case rather than camelCase. Fixes openshift#80
Contributor
Author
shubham-pampattiwar
approved these changes
Mar 31, 2021
|
I can confirm point 2, I cannot verify point 1 as our test cluster is currently unavailable, I waited until now to see if we could make any test but I should replicate this on another cluster, unfortunately there we don't have ebs-csi installed so the test would be very different. |
Contributor
Author
|
@gmerigo Thanks for the update. I'm going to go ahead and merge this fix. If you try this change in the future and it still fails for you, feel free to open another issue. |
kaovilai
added a commit
to hariprakash619/oadp-operator
that referenced
this pull request
Mar 19, 2025
Fork Sync: Update from parent repository
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This makes it clear that BSL/VSL configuration in the OADP Velero CR
must specify Velero parameter names using snake_case rather than
camelCase.
Fixes #80