-
Notifications
You must be signed in to change notification settings - Fork 273
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
feat(k8s): local mode for helm modules #3033
Conversation
Ah I didn't notice it was still WIP, sorry for jumping to the review |
3f2abbe
to
ee2468f
Compare
Removing the args will have no effect with `kubectl apply` command which is used by helm module type.
ee2468f
to
5d8929a
Compare
5d8929a
to
eeb0d62
Compare
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.
This looks good, but am I correct in that there's currently no integ/e2e test that actually makes a request to the fake proxy service and expects it to be handled locally? I think such test would be also good to have for all three module types to catch the scenario where all the right things are deployed but the proxy itself is not working for whatever reason. This could be a separate pr.
What this PR does / why we need it:
Local mode for
helm
modules. This is based on the changes made in #2949 and #3003.Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
A commit-by-commit review should be an easy way to go.