diff --git a/execution/run_uc1-new.sh b/execution/run_uc1-new.sh
index 9bd8c3a246aa8a193eb8cc7738f1ab9a7d370740..932970596101ef27d40444b12183ffaaff6470a2 100755
--- a/execution/run_uc1-new.sh
+++ b/execution/run_uc1-new.sh
@@ -41,6 +41,7 @@ deactivate
 
 # Stop wl and app
 #kubectl delete -f uc1-workload-generator/deployment.yaml
+#sed "s/{{INSTANCES}}/1/g" uc1-workload-generator/deployment.yaml | kubectl delete -f -
 sed "s/{{NUM_SENSORS}}/$NUM_SENSORS/g; s/{{INSTANCES}}/$WL_INSTANCES/g" uc1-workload-generator/deployment.yaml | kubectl delete -f -
 kubectl delete -f uc1-application/aggregation-deployment.yaml