diff --git a/my_deploy.sh b/my_deploy.sh
index 644904f8bd635c00477c6cec3e70665da199c86a..276b4eead8f3f99c07a30d34eaa6cb0145310741 100644
--- a/my_deploy.sh
+++ b/my_deploy.sh
@@ -17,7 +17,7 @@
 # ----- TeraFlowSDN ------------------------------------------------------------
 
 # Set the URL of the internal MicroK8s Docker registry where the images will be uploaded to.
-export TFS_REGISTRY_IMAGES=${TFS_REGISTRY_IMAGES:-"http://localhost:32000/tfs/"}
+export TFS_REGISTRY_IMAGES="http://localhost:32000/tfs/"
 
 # Set the list of components, separated by spaces, you want to build images for, and deploy.
 export TFS_COMPONENTS="context device automation monitoring pathcomp service slice compute webui load_generator"