mirror of
https://github.com/HKUDS/LightRAG.git
synced 2025-11-22 21:15:52 +00:00
5 lines
78 B
Bash
5 lines
78 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
NAMESPACE=rag
|
||
|
|
helm uninstall lightrag-dev --namespace $NAMESPACE
|