We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
warcli down
1 parent 87ea1ff commit 332413bCopy full SHA for 332413b
src/warnet/control.py
@@ -123,7 +123,7 @@ def down():
123
tanks = get_mission("tank")
124
with console.status("[yellow]Uninstalling tanks...[/yellow]"):
125
for tank in tanks:
126
- cmd = f"helm uninstall {tank.metadata.name}"
+ cmd = f"helm uninstall {tank.metadata.name} --namespace {get_default_namespace()}"
127
if stream_command(cmd):
128
console.print(f"[green]Uninstalled tank: {tank.metadata.name}[/green]")
129
else:
0 commit comments