-
Notifications
You must be signed in to change notification settings - Fork 6
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
Removing Apex Connectivity Client #708
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are some yaml lint errors
pkg/utils/utils.go
Outdated
return nil | ||
} | ||
|
||
// 2nd parameter is an ApexCC cr |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this entire comment block be removed? It is related only to ACC, which we are trying to remove.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, removed.
@@ -91,6 +91,7 @@ var correctlyAuthInjected = func(cr csmv1.ContainerStorageModule, annotations ma | |||
} | |||
|
|||
// GetTestResources -- parse values file | |||
// TBD: remove apex param from here and caller |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a blocker that is preventing us from removing this param now?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not really. just have to make the change. i will do so.
The commits in this PR are merged into pub/krv-28556 branch, and a PR for this is available #721. As a result, this PR is being closed. |
Description
A few sentences describing the overall goals of the pull request's commits.
GitHub Issues
List the GitHub issues impacted by this PR:
Checklist:
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Please also list any relevant details for your test configuration