diff --git a/my_deploy.sh b/my_deploy.sh
index d2093b213be8e419004f666d9543dc4e47d57729..48df05c34440ff5b10a9c54d4aa47bb01ad4d9aa 100644
--- a/my_deploy.sh
+++ b/my_deploy.sh
@@ -1,14 +1,5 @@
 export TFS_REGISTRY_IMAGE="http://localhost:32000/tfs/"
-
-# Set the list of components, separated by spaces, you want to build images for, and deploy.
-# Supported components are:
-#   context device automation policy service compute monitoring webui
-#   interdomain slice pathcomp dlt
-#   dbscanserving opticalattackmitigator opticalcentralizedattackdetector
-#   l3_attackmitigator l3_centralizedattackdetector l3_distributedattackdetector
 export TFS_COMPONENTS="context device automation service compute monitoring webui l3_attackmitigator l3_centralizedattackdetector"
-
-# Set the tag you want to use for your images.
 export TFS_IMAGE_TAG="dev"
 export TFS_K8S_NAMESPACE="tfs"
 export TFS_EXTRA_MANIFESTS="manifests/nginx_ingress_http.yaml"