-
Notifications
You must be signed in to change notification settings - Fork 63
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
Rename parameters to DATA_SOURCE_NAME and DATA_SOURCE_NAMESPACE #398
Conversation
/lgtm |
@akrejcir UI is ready for this change? |
They are working on it right now. |
Waiting for UI |
@akrejcir Can you please share the motivation for this change in the commit message? |
No, unfortunately the current UI assume the PVC source is in a parameter called p.s. Once we move to using parameters "as is" this will no longer be a problem, but in 4.10 the parameter name is hardcoded in the UI. |
@yaacov Do you plan to modify the name of the parameter in 4.10 ? |
We didn't know about the name change, so we didn't make any plans Note I: cc:// @tnisan |
Rename from SRC_PVC_NAME to DATA_SOURCE_NAME, and from SRC_PVC_NAMESPACE to DATA_SOURCE_NAMESPACE. Signed-off-by: Andrej Krejcir <akrejcir@redhat.com>
80f715c
to
716d0c1
Compare
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ksimon1 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/hold cancel |
/cherrypick release-v0.19 |
@ksimon1: new pull request created: #467 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
What this PR does / why we need it:
Rename from SRC_PVC_NAME to DATA_SOURCE_NAME,
and from SRC_PVC_NAMESPACE to DATA_SOURCE_NAMESPACE.
Release note: