Skip to content

Commit 84d24c1

Browse files
committed
control: add explicit ns to run --debug
1 parent 1237d67 commit 84d24c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/warnet/control.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ def filter(path):
295295
wait_for_pod(name)
296296
_logs(pod_name=name, follow=True)
297297
print("Deleting pod...")
298-
delete_pod(name)
298+
delete_pod(name, namespace=namespace)
299299

300300

301301
@click.command()

0 commit comments

Comments
 (0)