aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bin/delete_orchestrator.sh
diff options
context:
space:
mode:
authorThomas Duval <thomas.duval@orange.com>2017-12-27 17:45:33 +0100
committerThomas Duval <thomas.duval@orange.com>2017-12-27 17:45:33 +0100
commit920cb8867d701d0c441165a5de91aee1c8a9ef17 (patch)
treed3b797e34ffa0f005edf88f64846f4dc28424929 /tools/bin/delete_orchestrator.sh
parent9dd62ad94b3b7aa2d5c71aefe1b43c108b2c9e6d (diff)
Update and fix bugs in some tools.
Change-Id: If66fd96dd063f5d2b57094abcc965d37bb8cd92c
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