Skip to content

Commit

Permalink
fix: stop forwarding dlv port when skipped (#458)
Browse files Browse the repository at this point in the history
* fix: do not forward dlv port for skip-portforwarding

* update snapshot
  • Loading branch information
yj-yan committed Mar 27, 2024
1 parent 87bd297 commit 18b53b0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -341,11 +341,6 @@ profiles:
activation:
- vars:
DEVENV_DEV_SKIP_PORTFORWARDING: "true"
patches:
- op: replace
path: dev.app.ports
value:
- port: ${DLV_PORT}

- name: e2eBase
description: Basic configuration override for all e2e test profiles
Expand Down
5 changes: 0 additions & 5 deletions templates/devspace.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -365,11 +365,6 @@ profiles:
activation:
- vars:
DEVENV_DEV_SKIP_PORTFORWARDING: "true"
patches:
- op: replace
path: dev.app.ports
value:
- port: ${DLV_PORT}

- name: e2eBase
description: Basic configuration override for all e2e test profiles
Expand Down

0 comments on commit 18b53b0

Please sign in to comment.