mirror of
https://github.com/HKUDS/LightRAG.git
synced 2025-06-26 22:00:19 +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
|