aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bin/delete_orchestrator.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/bin/delete_orchestrator.sh')
-rw-r--r--tools/bin/delete_orchestrator.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/bin/delete_orchestrator.sh b/tools/bin/delete_orchestrator.sh
index 95fcfddd..9b531e22 100644
--- a/tools/bin/delete_orchestrator.sh
+++ b/tools/bin/delete_orchestrator.sh
@@ -2,7 +2,7 @@
set +x
-kubectl delete -n moon -f kubernetes/templates/moon_orchestrator.yaml
+kubectl delete -n moon -f tools/moon_kubernetes/templates/moon_orchestrator.yaml
for i in $(kubectl get deployments -n moon | grep wrapper | cut -d " " -f 1 | xargs); do
kubectl delete deployments/$i -n moon;
done