mirror of
https://github.com/HKUDS/LightRAG.git
synced 2025-08-05 07:11:54 +00:00
5 lines
78 B
Bash
Executable File
5 lines
78 B
Bash
Executable File
#!/bin/bash
|
|
|
|
NAMESPACE=rag
|
|
helm uninstall lightrag-dev --namespace $NAMESPACE
|