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

fix: stop forwarding dlv port when skipped #458

Merged
merged 2 commits into from
Mar 27, 2024

Conversation

yj-yan
Copy link
Contributor

@yj-yan yj-yan commented Mar 27, 2024

Please read CONTRIBUTING.md for additional information on contributing to this repository!

What this PR does / why we need it

Fix the bug when --skip-portforwarding applied, dlv port is still forwarded.

Jira ID

DT-4305

Notes for your reviewers

@yj-yan yj-yan requested a review from a team as a code owner March 27, 2024 00:08
Copy link

swarmia bot commented Mar 27, 2024

@@ -365,11 +365,6 @@ profiles:
activation:
- vars:
DEVENV_DEV_SKIP_PORTFORWARDING: "true"
Copy link
Member

Choose a reason for hiding this comment

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

question: do we need to get rid of lines 363-367 too?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

No, we still need the skipPortForwarding devspace profile, which will be triggered by the env : DEVENV_DEV_SKIP_PORTFORWARDING: "true"

@yj-yan yj-yan merged commit 18b53b0 into main Mar 27, 2024
3 checks passed
@yj-yan yj-yan deleted the yjyan/fix/skip-portforwarding branch March 27, 2024 16:18
@getoutreach-ci-2
Copy link

🎉 This PR is included in version 1.22.0-rc.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@getoutreach-ci-2
Copy link

🎉 This PR is included in version 1.22.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants