Problem
$ devspace dev
[...]
DevSpace still couldn't find any Pods that match the selector. DevSpace will continue waiting, but this operation might timeout
Solution
Solve this checking deployments[0].namespace
value on devspace.yml file. Use this {value} on this command
$ devspace dev -t {value}
[...]
Port forwarding started on 8001:80, 8002:80 (saldo/panel-688dd6bd7b-kb7qx)
Or set namespace
$ devspace use namespace {value}